removed unnecessary attributes from widget

This commit is contained in:
Christian Binder 2012-08-02 20:46:52 +00:00
parent 9a8069a9b5
commit 0fb3008dc8

View File

@ -27,10 +27,6 @@
var et2_itempicker = et2_inputWidget.extend({
attributes: {
"value": {
"type": "any",
"default": {}
},
"application": {
"name": "Application",
"type": "string",
@ -49,12 +45,6 @@ var et2_itempicker = et2_inputWidget.extend({
"default": false,
"description": "Callback before query to server. Must return true, or false to abort query."
},
"select": {
"name": "Select callback",
"type": "any",
"default": false,
"description": "Callback when user selects an option. Must return true, or false to abort normal action."
},
},
legacyOptions: ["application"],