]> git.donarmstrong.com Git - dactyl.git/blobdiff - melodactyl/content/config.js
Import r6976 from upstream hg supporting Firefox up to 25.*
[dactyl.git] / melodactyl / content / config.js
index 20a12983e84cff4d0d743bbb6e896e2906573e00..baa5b3b6f9dfb6a1e39cdf11cb10e8f340c6eaef 100644 (file)
@@ -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",