Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 771972b

Browse files
simon-mycslukaszMycs
authored andcommitted
add links sublist to nlobjRecord object (#20)
1 parent 24119a5 commit 771972b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utils/record.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function NsRecord(name, defaultValues = {}) {
1414
const activeLine = {};
1515
this.values = defaultValues;
1616
this.values.item = this.values.item || [];
17+
this.values.links = this.values.links || [];
1718
this.type = 'nlobjRecord';
1819
return {
1920
// 1.0 methods

0 commit comments

Comments
 (0)