Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 71133e4

Browse files
committed
Comment out require in conditional block.
1 parent fcff599 commit 71133e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/Global.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ define(function (require, exports, module) {
107107
};
108108

109109
// Create empty app namespace if running in-browser
110-
if (!global.brackets.app) {
111-
global.brackets.app = require("appShellImpl");
112-
}
110+
// if (!global.brackets.app) {
111+
// global.brackets.app = require("appShellImpl");
112+
// }
113113

114114
// Loading extensions requires creating new require.js contexts, which
115115
// requires access to the global 'require' object that always gets hidden

0 commit comments

Comments
 (0)