Ignore:
Timestamp:
07/12/12 12:48:00 (13 years ago)
Author:
tjcschipper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/ui/SurveyListView.js

    r355 r356  
    8888                                                actions: {
    8989                                                        "Remove" : {
    90                                                                 callback: lang.hitch(listView, function(){
    91                                                                         source.removeItem(evt);
     90                                                                callback: lang.hitch(listView, function(evt){
     91                                                                        this.removeItem(evt);
    9292                                                                }),
    9393                                                                properties: {
     
    151151                        },
    152152                        removeItem: function(evt){
    153 
     153                                debugger;
    154154                        }
    155155                });
Note: See TracChangeset for help on using the changeset viewer.