mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 06:05:45 +01:00
Convert expression closures to arrow syntax.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user