mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 06:01:04 +00:00
Update app.js
This commit is contained in:
parent
c126db5700
commit
f3e91928dd
10
app.js
10
app.js
|
@ -200,11 +200,11 @@ function require(FN) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// make function
|
// make function
|
||||||
T = "(function(global){var module=new ModuleObject();return(function(exports,require,module,__filename,__dirname){"
|
T = "(function(global){var module=new ModuleObject();return(function(exports,require,module,__filename,__dirname){"
|
||||||
+ '"use strict";'
|
+ '"use strict";'
|
||||||
+ T
|
+ T
|
||||||
+ "\n\nreturn module.exports})(module.exports,global.require,module,__filename,__dirname)})(global);\n\n////@ sourceURL="
|
+ "\n\nreturn module.exports})(module.exports,global.require,module,__filename,__dirname)})(global);\n\n////@ sourceURL="
|
||||||
+ FN;
|
+ FN;
|
||||||
|
|
||||||
// execute function
|
// execute function
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user