- Timestamp:
- 04/15/13 12:15:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/client/qed/model/widgets/TabbedQuestionBrowser.js
r428 r430 15 15 selectedActions: null, 16 16 itemActions: null, 17 dndType: "question", 17 18 18 19 _dataMap: null, … … 74 75 __category: category, 75 76 __topic: topic, 76 dndType: "question",77 dndType: this.dndType, 77 78 title: (topic || '[No topic]')+" ("+count+")", 78 79 selectedActions: this.selectedActions,
Note: See TracChangeset
for help on using the changeset viewer.