diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-02-20 19:03:14 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-02-20 19:03:14 -0800 |
commit | acbb1e6a0b49facc66e14891556e0859f9609868 (patch) | |
tree | 3eec5250316f278054ff7c0aa901ca22cb55cb4b /src/shell.js | |
parent | e82689262a0ab476d5a5bf11476fbb4532b4b638 (diff) |
generate strict mode javascript
Diffstat (limited to 'src/shell.js')
-rw-r--r-- | src/shell.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.js b/src/shell.js index a1f4a176..3b762e18 100644 --- a/src/shell.js +++ b/src/shell.js @@ -1,3 +1,4 @@ +"use strict"; // Capture the output of this into a variable, if you want //(function(Module, args) { |