mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 17:27:59 -05:00
toFixed() seems to be non-portable. Trying a different number test.
This commit is contained in:
@@ -26,7 +26,7 @@ ok [0...10].join(' ') is '0 1 2 3 4 5 6 7 8 9'
|
||||
|
||||
|
||||
# Can call methods directly on numbers.
|
||||
4.toFixed(10) is '4.0000000000'
|
||||
4.valueOf() is 4
|
||||
|
||||
|
||||
func: ->
|
||||
|
||||
Reference in New Issue
Block a user