diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 08:36:32 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 08:36:32 +0100 |
commit | 46ecf68249ec70bbd68b57f92f9d48e5c95636b7 (patch) | |
tree | 6d84f9213e09009557ea4117b0eaf3f0dbf150a0 /devtools/client | |
parent | e59c00a5c59aefe2a408eb78509ef3afaf3658f8 (diff) | |
download | UXP-46ecf68249ec70bbd68b57f92f9d48e5c95636b7.tar UXP-46ecf68249ec70bbd68b57f92f9d48e5c95636b7.tar.gz UXP-46ecf68249ec70bbd68b57f92f9d48e5c95636b7.tar.lz UXP-46ecf68249ec70bbd68b57f92f9d48e5c95636b7.tar.xz UXP-46ecf68249ec70bbd68b57f92f9d48e5c95636b7.zip |
DevTools - Browser Console - restore sessions (follow up)
https://github.com/MoonchildProductions/moebius/pull/112
Diffstat (limited to 'devtools/client')
-rw-r--r-- | devtools/client/webconsole/hudservice.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/client/webconsole/hudservice.js b/devtools/client/webconsole/hudservice.js index beb592367..3023b7bb3 100644 --- a/devtools/client/webconsole/hudservice.js +++ b/devtools/client/webconsole/hudservice.js @@ -722,6 +722,7 @@ BrowserConsole.prototype = extend(WebConsole.prototype, { }, }); +const HUDService = new HUD_SERVICE(); exports.HUDService = HUDService; /** |