mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
fix indentation
This commit is contained in:
parent
f3e91928dd
commit
69de62a1e5
2
app.js
2
app.js
|
@ -158,7 +158,7 @@ if (typeof(CreateObject) !== "function") {
|
|||
*/
|
||||
function require(FN) {
|
||||
var cache = require.__cache = require.__cache || {};
|
||||
var global = require.__global;
|
||||
var global = require.__global;
|
||||
if (FN.substr(FN.length - 3) !== '.js') FN += ".js";
|
||||
if (cache[FN]) return cache[FN];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user