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 | ba6781d426e29db0728ea62e0c52009757e83573 (patch) | |
tree | 6d84f9213e09009557ea4117b0eaf3f0dbf150a0 /devtools | |
parent | d6bbd7e159cb0414b0be2904618ac2b8254da659 (diff) | |
download | uxp-ba6781d426e29db0728ea62e0c52009757e83573.tar.gz |
DevTools - Browser Console - restore sessions (follow up)
https://github.com/MoonchildProductions/moebius/pull/112
Diffstat (limited to 'devtools')
-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 beb5923670..3023b7bb3b 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; /** |