diff options
author | alon@honor <none@none> | 2010-10-28 20:51:55 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-28 20:51:55 -0700 |
commit | 9343f81a117efd605ff274fd290d38d674c55d25 (patch) | |
tree | 22d720f5ca4c165b0fe0a0f6236348f563933ad6 /src/shell.js | |
parent | 4b48a792ec61ce5b99c6eabf3b7b9f1e7f4afd8f (diff) |
bustage fix
Diffstat (limited to 'src/shell.js')
-rw-r--r-- | src/shell.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/shell.js b/src/shell.js new file mode 100644 index 00000000..7c365d6d --- /dev/null +++ b/src/shell.js @@ -0,0 +1,12 @@ + +var that = this; +// Capture the output of this into a variable, if you want +(function(Module, args) { + Module = Module || {}; + arguments = arguments || []; + + {{BODY}} + + return Module; +}).apply(this, this.arguments); // Replace parameters as needed + |