diff options
author | max99x <max99x@gmail.com> | 2011-06-26 00:24:46 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-06-26 00:24:46 +0300 |
commit | b7cd8aad767e9cb4b0555a60c489966df8dc9405 (patch) | |
tree | 4c4eec0c69e1ad03d83588d96f35d87bcedcdbf3 /src/shell_sharedlib.js | |
parent | 37a1ccacaa79addac6094983897d67e0a8630160 (diff) |
Fixed function indexing issues between parent and child;
Child no longer includes library, using the parent's instead.
Diffstat (limited to 'src/shell_sharedlib.js')
-rw-r--r-- | src/shell_sharedlib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_sharedlib.js b/src/shell_sharedlib.js index d7af23fc..cbdac74b 100644 --- a/src/shell_sharedlib.js +++ b/src/shell_sharedlib.js @@ -1,7 +1,7 @@ "use strict"; // Capture the output of this into a variable, if you want -(function() { +(function(FUNCTION_TABLE_OFFSET) { var Module = {}; var args = []; Module.arguments = []; |