- Timestamp:
- 04/24/13 19:48:32 (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/client/qed/model/widgets/ScaleInputConfigWidget.js
r434 r435 16 16 "dojo/dom-construct", 17 17 "dojo/dom-style", 18 "dojo/text!./templates/Scale ConfigRowWidget.html",19 "dojo/text!./templates/Scale ConfigWidget.html",18 "dojo/text!./templates/ScaleInputConfigRowWidget.html", 19 "dojo/text!./templates/ScaleInputConfigWidget.html", 20 20 "dijit/form/NumberTextBox", 21 21 "dijit/form/TextBox" … … 50 50 constuctor: function() { 51 51 this.inherited(arguments); 52 this.items = [];53 52 this.value = {}; 54 53 }, … … 82 81 value.items = [value.items]; 83 82 } 83 value.type = 'ScaleInput'; 84 84 return value; 85 85 },
Note: See TracChangeset
for help on using the changeset viewer.