diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-17 20:57:13 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-17 20:57:13 -0800 |
commit | 58e445e6e114b0ee547f4edcf1a641a0ca6d2879 (patch) | |
tree | a9a969ab3741a7b6fd555dd08aaf7c49cc1c7f17 /src/postamble.js | |
parent | 6cd6131d086295438df517d6f9cd7a315253097d (diff) |
fix format bug with floats
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js index 7be5110d..8f1f6cb8 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -30,6 +30,7 @@ function run(args) { __shutdownRuntime__(); } } +Module['run'] = run; #if INVOKE_RUN run(args); |