tidy split node merged object key typed input

This commit is contained in:
Dave Conway-Jones
2018-09-04 17:41:14 +01:00
parent 6442bb8a13
commit 7703875740

View File

@@ -439,10 +439,7 @@
$("#node-input-joiner").typedInput({
default: 'str',
typeField: $("#node-input-joinerType"),
types:[
'str',
'bin'
]
types:['str', 'bin']
});
$("#node-input-property").typedInput({
@@ -451,7 +448,7 @@
});
$("#node-input-key").typedInput({
types:['msg', {value:"merge", label:"", hasValue:false}]
types:['msg']
});
$("#node-input-build").change();