fix #2468 error in strict mode

This commit is contained in:
nightwing 2015-04-28 19:01:24 +04:00
commit d080fe51d4

View file

@ -39,7 +39,7 @@ var AppConfig = require("./lib/app_config").AppConfig;
module.exports = exports = new AppConfig();
var global = (function() {
return this;
return this || typeof window != "undefined" && window;
})();
var options = {