Changeset 494 for Dev/trunk/src/client/qed-client/pages/survey.js
- Timestamp:
- 03/09/14 22:03:19 (11 years ago)
- Location:
- Dev/trunk/src/client/qed-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client
- Property svn:ignore
-
old new 1 1 2 ### begin grunt-svn-ignore managed ignores3 ### edits will be overwritten when grunt svn-ignore is run4 session.js5 ### end grunt-svn-ignore managed ignores
-
- Property svn:ignore
-
Dev/trunk/src/client/qed-client/pages/survey.js
r493 r494 23 23 this._setupQuestionBrowser(); 24 24 this._setupListView(); 25 this. questionList.on('change',lang.hitch(this,'_handleQuestionsChange'));25 this.own(this.questionList.on('change',lang.hitch(this,'_handleQuestionsChange'))); 26 26 this._load(); 27 27 },
Note: See TracChangeset
for help on using the changeset viewer.