Rename typedInput.options

This commit is contained in:
Nick O'Leary
2016-01-04 15:11:24 +00:00
parent 587c4e5915
commit 231adac6d8
5 changed files with 13 additions and 13 deletions

View File

@@ -230,7 +230,7 @@
$("#node-input-payload").typedInput({
default: 'str',
typeField: $("#node-input-payloadType"),
options:['flow','global','str','num','bool','json',{value:"date",label:this._("inject.timestamp"),hasValue:false}]
types:['flow','global','str','num','bool','json',{value:"date",label:this._("inject.timestamp"),hasValue:false}]
});
$("#inject-time-type-select").change(function() {

View File

@@ -84,7 +84,7 @@
}
$("#node-input-field").typedInput({
default: 'msg',
options: ['msg','flow','global'],
types: ['msg','flow','global'],
typeField: $("#node-input-fieldType")
});