Opened 8 years ago
Last modified 8 years ago
#16546 closed defect
dojo/number#round documentation — at Initial Version
Reported by: | mm | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Documentation | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Both reference guide and live docs have wrong code:
Outputs "0.0" in IE Outputs "1.0" in other browsers console.log((0.9).toFixed(1));
are you really sure this is true ?
Note: See
TracTickets for help on using
tickets.