diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-11 10:32:42 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-11 10:32:42 -0700 |
commit | 41a99b287182ea2870d51665c224ef6c315132ab (patch) | |
tree | ac0b8013875e82ab07ddbe58716a3f6098346b3b /src/postamble.js | |
parent | 9d720befae4ae24ad49b1c814ab947dd090a0b32 (diff) |
remove GENERATING_HTML, it was confusing and gave little or no benefit
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/postamble.js b/src/postamble.js index ea03391c..56586487 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -56,7 +56,6 @@ function run(args) { return ret; } -#if GENERATING_HTML if (Module['setStatus']) { Module['setStatus']('Running...'); setTimeout(function() { @@ -69,9 +68,6 @@ function run(args) { } else { return doRun(); } -#else - return doRun(); -#endif } Module['run'] = run; |