diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-15 20:52:08 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-15 20:52:08 -0800 |
commit | 3939368ad428f86e0d21674e13c7ff684c2cfb3c (patch) | |
tree | 42e08891cb5f259937184a62a1a9a59c36d195fe /src/postamble.js | |
parent | 8783a09b1d0a02a378406b9d879818a6c02a6358 (diff) |
misc fixes and improvements - thanks go to tuba
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js index 6907814b..7be5110d 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -31,5 +31,7 @@ function run(args) { } } +#if INVOKE_RUN run(args); +#endif |