diff options
author | Fraser Adams <fraser.adams@blueyonder.co.uk> | 2013-10-15 18:14:40 +0100 |
---|---|---|
committer | Fraser Adams <fraser.adams@blueyonder.co.uk> | 2013-10-15 18:14:40 +0100 |
commit | 0c7ec24c3f7c50d90d3b6f32c941115fc0610984 (patch) | |
tree | 3441fa3b76a6f6b95427b7da390e5774bd1a8e98 /src/shell.js | |
parent | 9bb6dc2d2c32d2a43af1e63e4dee48f4e24540b7 (diff) |
removed comment in src/shell.js and explicitly called run_js with engine=NODE_JS as requested
Diffstat (limited to 'src/shell.js')
-rw-r--r-- | src/shell.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shell.js b/src/shell.js index bb89ab6e..be23b3c1 100644 --- a/src/shell.js +++ b/src/shell.js @@ -68,8 +68,6 @@ if (ENVIRONMENT_IS_NODE) { Module['arguments'] = process['argv'].slice(2); - // Explicitly using associative array form instead of dot notation form prevents the closure compiler - // minifying the exports property, which is important if Module is to remain visible to node.js module['exports'] = Module; } else if (ENVIRONMENT_IS_SHELL) { |