Remove unused variables (DevTools) in browser.js

Issue #95
This commit is contained in:
janekptacijarabaci 2018-04-08 00:07:46 +02:00 committed by Roy Tam
commit 93944a63e9
5 changed files with 6 additions and 41 deletions

View file

@ -14,6 +14,7 @@ Services.scriptloader.loadSubScript(
var {Utils: WebConsoleUtils} = require("devtools/client/webconsole/utils");
const WEBCONSOLE_STRINGS_URI = "devtools/client/locales/webconsole.properties";
var {HUDService} = require("devtools/client/webconsole/hudservice");
var WCUL10n = new WebConsoleUtils.L10n(WEBCONSOLE_STRINGS_URI);
Services.prefs.setBoolPref("devtools.webconsole.new-frontend-enabled", true);