- Timestamp:
- 03/12/14 15:16:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/widgets/questions/ScaleInputConfigWidget.js
r490 r510 79 79 return false; 80 80 }, 81 _getValueAttr: function(){82 var value = this.inherited(arguments);83 value.type = 'ScaleInput';84 return value;85 },86 81 onNAChange: function(value) { 87 82 this._hasNA = value !== null && value !== "";
Note: See TracChangeset
for help on using the changeset viewer.