diff options
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) { |