summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-01 08:36:32 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-01 08:36:32 +0100
commitba6781d426e29db0728ea62e0c52009757e83573 (patch)
tree6d84f9213e09009557ea4117b0eaf3f0dbf150a0 /devtools
parentd6bbd7e159cb0414b0be2904618ac2b8254da659 (diff)
downloaduxp-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.js1
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;
/**