diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-02 16:55:28 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-03 10:53:57 -0700 |
commit | a859dbb0da4a1545cb3537ce9d495598cecefb60 (patch) | |
tree | 45e8fb4e851e2025b3c9f999f1de2993c8478f5a /src/preamble.js | |
parent | c182633f18453cd5c46459ccdce2280ccc591644 (diff) |
add missing Math_min definition
Diffstat (limited to 'src/preamble.js')
-rw-r--r-- | src/preamble.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preamble.js b/src/preamble.js index d094b071..88aaff77 100644 --- a/src/preamble.js +++ b/src/preamble.js @@ -959,6 +959,7 @@ var Math_floor = Math.floor; var Math_pow = Math.pow; var Math_imul = Math.imul; var Math_toFloat32 = Math.toFloat32; +var Math_min = Math.min; // A counter of dependencies for calling run(). If we need to // do asynchronous work before running, increment this and |