mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Remove the harmony version of Number.isFinite() in favor of the generally available global isFinite() for now.
This commit is contained in:
parent
2d166a3189
commit
920469426e
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ var Numerical = new function() {
|
|||
pow = Math.pow,
|
||||
cos = Math.cos,
|
||||
PI = Math.PI,
|
||||
isFinite = Number.isFinite,
|
||||
TOLERANCE = 1e-6,
|
||||
EPSILON = 1e-13,
|
||||
MACHINE_EPSILON = 1.12e-16;
|
||||
|
|
Loading…
Reference in a new issue