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
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 2 additions and 5 deletions

View File

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