Changeset 405 for Dev/branches/rest-dojo-ui/client/rft/ui/Selector.js
- Timestamp:
- 09/03/12 14:05:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/Selector.js
r396 r405 46 46 47 47 startup: function() { 48 if ( this._started ){ return; } 49 this.inherited(arguments); 48 50 domClass.add(this.selectedColorNode, "pending"); 49 51 … … 152 154 action = this.itemActions[actionName]; 153 155 actions[actionName] = { 154 callback: function(){action.callback && action.callback(item);}, 156 callback: function(){ 157 action.callback && action.callback(item); 158 }, 155 159 properties: { 156 160 blockButton: false,
Note: See TracChangeset
for help on using the changeset viewer.