mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 21:51:04 +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) {
|
function require(FN) {
|
||||||
var cache = require.__cache = require.__cache || {};
|
var cache = require.__cache = require.__cache || {};
|
||||||
var global = require.__global;
|
var global = require.__global;
|
||||||
if (FN.substr(FN.length - 3) !== '.js') FN += ".js";
|
if (FN.substr(FN.length - 3) !== '.js') FN += ".js";
|
||||||
if (cache[FN]) return cache[FN];
|
if (cache[FN]) return cache[FN];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user