summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole
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
commit46ecf68249ec70bbd68b57f92f9d48e5c95636b7 (patch)
tree6d84f9213e09009557ea4117b0eaf3f0dbf150a0 /devtools/client/webconsole
parente59c00a5c59aefe2a408eb78509ef3afaf3658f8 (diff)
downloadUXP-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/webconsole')
-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 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;
/**