fix indentation

This commit is contained in:
Namhyeon Go 2021-04-29 21:17:42 +09:00
parent f3e91928dd
commit 69de62a1e5

2
app.js
View File

@ -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];