Changeset 12970
- Timestamp:
- 03/07/08 14:25:00 (10 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/NumberTextBox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/NumberTextBox.js
r12954 r12970 17 17 // summary: 18 18 // A mixin for all number textboxes 19 // constraints: dijit.form.NumberTextBox.__Constraints 19 20 regExpGen: dojo.number.regexp, 20 21 21 22 /*===== 23 // constraints: dijit.form.NumberTextBox.__Constraints 22 24 constraints: {}, 23 25 ======*/ 24 25 regExpGen: dojo.number.regexp,26 26 27 27 // editOptions: Object