diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-07 22:33:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 22:33:44 -0400 |
commit | d164660412fa4c577af9947c96c7111be081f1e4 (patch) | |
tree | fc760c69d943681a47e189b8693e11ef8f08f9f0 /devtools/client/scratchpad/test/head.js | |
parent | 16c1230184b6539cbd59923b5a2a311d83113eb9 (diff) | |
parent | 9f8f40b322d3c1fd2843d0ab28800c2361d5c150 (diff) | |
download | UXP-d164660412fa4c577af9947c96c7111be081f1e4.tar UXP-d164660412fa4c577af9947c96c7111be081f1e4.tar.gz UXP-d164660412fa4c577af9947c96c7111be081f1e4.tar.lz UXP-d164660412fa4c577af9947c96c7111be081f1e4.tar.xz UXP-d164660412fa4c577af9947c96c7111be081f1e4.zip |
Merge pull request #99 from janekptacijarabaci/devtools_browser_cleanUp_1
Remove unused variables (DevTools) in browser.js
Diffstat (limited to 'devtools/client/scratchpad/test/head.js')
-rw-r--r-- | devtools/client/scratchpad/test/head.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/client/scratchpad/test/head.js b/devtools/client/scratchpad/test/head.js index 15619a169..955c037d7 100644 --- a/devtools/client/scratchpad/test/head.js +++ b/devtools/client/scratchpad/test/head.js @@ -9,6 +9,7 @@ const {FileUtils} = Cu.import("resource://gre/modules/FileUtils.jsm", {}); const {console} = Cu.import("resource://gre/modules/Console.jsm", {}); const {ScratchpadManager} = Cu.import("resource://devtools/client/scratchpad/scratchpad-manager.jsm", {}); const {require} = Cu.import("resource://devtools/shared/Loader.jsm", {}); +const {gDevTools} = require("devtools/client/framework/devtools"); const Services = require("Services"); const DevToolsUtils = require("devtools/shared/DevToolsUtils"); const flags = require("devtools/shared/flags"); |