- Timestamp:
- 08/26/12 22:39:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/LineWithActionsWidget.js
r396 r402 19 19 userObject: null, 20 20 21 actions: {},21 actions: null, 22 22 postCreate: function() { 23 23 dom.setSelectable(this.domNode, false); // Text selection, has nothing to do with object selection! … … 31 31 }, 32 32 _setupActions: function() { 33 if ( this.actions === null ) { 34 return; 35 } 33 36 for (var action in this.actions) { 34 37 var properties;
Note: See TracChangeset
for help on using the changeset viewer.