Changeset 356 for Dev/branches/rest-dojo-ui/client/rft/ui/SurveyListView.js
- Timestamp:
- 07/12/12 12:48:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/SurveyListView.js
r355 r356 88 88 actions: { 89 89 "Remove" : { 90 callback: lang.hitch(listView, function( ){91 source.removeItem(evt);90 callback: lang.hitch(listView, function(evt){ 91 this.removeItem(evt); 92 92 }), 93 93 properties: { … … 151 151 }, 152 152 removeItem: function(evt){ 153 153 debugger; 154 154 } 155 155 });
Note: See TracChangeset
for help on using the changeset viewer.