зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1341037 - Fix ESLint and devtools bustage. r=bustage
MozReview-Commit-ID: 3Q7iGxOEMP2
This commit is contained in:
Родитель
dcab73623a
Коммит
eaf2ba178b
|
@ -6,7 +6,7 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
const Cu = Components.utils;
|
||||
var Cu = Components.utils;
|
||||
|
||||
const { BrowserLoader } = Cu.import("resource://devtools/client/shared/browser-loader.js", {});
|
||||
|
||||
|
@ -17,7 +17,8 @@ this.NewConsoleOutput = function (parentNode, jsterm, toolbox, owner, serviceCon
|
|||
let NewConsoleOutputWrapper = BrowserLoader({
|
||||
baseURI: "resource://devtools/client/webconsole/new-console-output/",
|
||||
commonLibRequire: toolbox.browserRequire,
|
||||
window}).require("./new-console-output-wrapper");
|
||||
window
|
||||
}).require("./new-console-output-wrapper");
|
||||
|
||||
return new NewConsoleOutputWrapper(
|
||||
parentNode, jsterm, toolbox, owner, serviceContainer);
|
||||
|
|
Загрузка…
Ссылка в новой задаче