Changeset 13233
- Timestamp:
- 03/26/08 14:37:49 (5 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/number.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/number.js
r12954 r13233 111 111 } 112 112 return pattern.replace(numberPatternRE, 113 dojo.number._formatAbsolute(value, numberPattern[0], {decimal: decimal, group: group, places: options.places }));113 dojo.number._formatAbsolute(value, numberPattern[0], {decimal: decimal, group: group, places: options.places, round: options.round})); 114 114 } 115 115