aboutsummaryrefslogtreecommitdiff
path: root/src/shell_sharedlib.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-26 14:22:21 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-03 14:41:29 -0700
commit3b07ce3ad9e9975b8c09b98d53c3df53363a9134 (patch)
tree3851511ec66c4f350d23932fccbb2d47e247080c /src/shell_sharedlib.js
parentb283401f76378abe71f6ff14b0dda7f10c35c723 (diff)
forward parent Module to side module
Diffstat (limited to 'src/shell_sharedlib.js')
-rw-r--r--src/shell_sharedlib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_sharedlib.js b/src/shell_sharedlib.js
index 1d34c73e..505c3d7b 100644
--- a/src/shell_sharedlib.js
+++ b/src/shell_sharedlib.js
@@ -1,5 +1,5 @@
// Capture the output of this into a variable, if you want
-(function(FUNCTION_TABLE_OFFSET, globalScope) {
+(function(FUNCTION_TABLE_OFFSET, parentModule) {
var Module = {};
var args = [];
Module.arguments = [];