summaryrefslogtreecommitdiffstats
path: root/devtools/client/menus.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/menus.js')
-rw-r--r--devtools/client/menus.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/menus.js b/devtools/client/menus.js
index 1aee85095..7e36839da 100644
--- a/devtools/client/menus.js
+++ b/devtools/client/menus.js
@@ -120,7 +120,7 @@ exports.menuitems = [
{ id: "menu_browserConsole",
l10nKey: "browserConsoleCmd",
oncommand() {
- let HUDService = require("devtools/client/webconsole/hudservice");
+ let {HUDService} = require("devtools/client/webconsole/hudservice");
HUDService.openBrowserConsoleOrFocus();
},
key: {