diff options
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 8a3a3539..a1f4a176 100644 --- a/src/shell.js +++ b/src/shell.js @@ -5,7 +5,7 @@ // args = args || []; // Runs much faster, for some reason -var Module = {}; +this['Module'] = {}; var args = arguments; {{BODY}} |