Changeset 15129
- Timestamp:
- 09/04/08 17:42:07 (3 months ago)
- Location:
- dojo/trunk
- Files:
-
- 2 modified
-
tests/number.js (modified) (1 diff)
-
_base/_loader/bootstrap.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/tests/number.js
r14524 r15129 955 955 "0%", "0%", "1%", "1%", "1%", 956 956 "0", "2", "0.0", "0.2", "0.00", 957 "0.02", "0.000", "0.002" ,]);957 "0.02", "0.000", "0.002"]); 958 958 for(var i = 0; i <input.length; i ++){ 959 959 tests.number.checkFormatParseCycle(t, {pattern:patterns[i],round:true},input[i],expect[i],false); -
dojo/trunk/_base/_loader/bootstrap.js
r15041 r15129 84 84 // function reference use 85 85 // `djConfig.addOnLoad = [myObject, function(){}];` 86 addOnLoad: null ,86 addOnLoad: null 87 87 } 88 88 =====*/