- 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/model/widgets/SurveyRunWidget.js
r493 r494 9 9 postCreate: function() { 10 10 var endDateBox = this.endDateBox; 11 this. startDateBox.on('change', function(value){11 this.own(this.startDateBox.on('change', function(value){ 12 12 endDateBox.constraints.min = value; 13 }) ;13 })); 14 14 }, 15 15 _getValueAttr: function() {
Note: See TracChangeset
for help on using the changeset viewer.