do not copy "ace/ace" when setting as global
This commit is contained in:
parent
9c80485d91
commit
3694a02532
1 changed files with 1 additions and 3 deletions
|
|
@ -658,9 +658,7 @@ function exportAce(ns, module, requireBase, extModule) {
|
|||
REQUIRE_NS.require(["MODULE"], function(a) {
|
||||
a && a.config.init();
|
||||
if (!window.NS)
|
||||
window.NS = {};
|
||||
for (var key in a) if (a.hasOwnProperty(key))
|
||||
NS[key] = a[key];
|
||||
window.NS = a;
|
||||
});
|
||||
})();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue