aboutsummaryrefslogtreecommitdiff
path: root/src/shell.js
blob: a1f4a1762530d8470be1ae3ac05be73631502ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Capture the output of this into a variable, if you want
//(function(Module, args) {
//  Module = Module || {};
//  args = args || [];

// Runs much faster, for some reason
this['Module'] = {};
var args = arguments;
  {{BODY}}

  // {{MODULE_ADDITIONS}}

//  return Module;
//})({}, this.arguments); // Replace parameters as needed