summaryrefslogtreecommitdiff
path: root/melodactyl/content/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'melodactyl/content/config.js')
-rw-r--r--melodactyl/content/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js
index 20a12983..baa5b3b6 100644
--- a/melodactyl/content/config.js
+++ b/melodactyl/content/config.js
@@ -47,7 +47,7 @@ const Config = Module("config", ConfigBase, {
function () { window.toJavaScriptConsole(); }],
dominspector: ["DOM Inspector",
function () { window.inspectDOMDocument(window.content.document); },
- function () "inspectDOMDocument" in window],
+ () => "inspectDOMDocument" in window],
downloads: ["Manage Downloads",
function () { window.toOpenWindowByType("Download:Manager", "chrome://mozapps/content/downloads/downloads.xul", "chrome,dialog=no,resizable"); }],
newsmartplaylist: ["Open the file selector dialog",