- Timestamp:
- 07/29/12 00:03:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/TabbedQuestionBrowser.js
r382 r384 77 77 }; 78 78 this._fillTopicSelector(topic,category); 79 w.on('include',lang.hitch(this,this.onSelect));80 79 } 81 80 }, … … 107 106 } 108 107 } else { 109 console.warn(' Busycount <= 0 when _done is called.');108 console.warn('_done() was called more times than _busy().'); 110 109 } 111 110 }, 112 onSelect: function(question) {} 111 destroy: function() { 112 this._busyWidget.destroyRecursive(); 113 this.inherited(arguments); 114 } 113 115 }); 114 116 });
Note: See TracChangeset
for help on using the changeset viewer.