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

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