diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-06 22:56:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-06 22:56:59 -0800 |
commit | 7b7b18b8722d22854355018e688abba9f64dba0d (patch) | |
tree | 6f22883f4b5c3eb1af3b4f2b5c41aac9f0d0a7bf /src/shell.js | |
parent | d1ecf4208a30d73e70d3df18b462c5b5f453f8d8 (diff) |
disable 'use strict' - it does not help us in any way
Diffstat (limited to 'src/shell.js')
-rw-r--r-- | src/shell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.js b/src/shell.js index 222aba26..7be76536 100644 --- a/src/shell.js +++ b/src/shell.js @@ -1,4 +1,4 @@ -"use strict"; +// TODO: " u s e s t r i c t "; /* // Capture the output of this into a variable, if you want |