blob: ec1fdea1d916214ef478a1f3ceeedea084d4365f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Capture the output of this into a variable, if you want
//(function(Module, args) {
// Module = Module || {};
// args = args || [];
// Runs much faster, for some reason
var Module = {};
var args = arguments;
{{BODY}}
// return Module;
//})({}, this.arguments); // Replace parameters as needed
|