1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 01:44:12 +01:00

add :emenu as a standard command - was accidentally defined as a user command

This commit is contained in:
Doug Kearns
2008-08-20 17:56:44 +00:00
parent 387af52369
commit 2e681edee6

View File

@@ -187,7 +187,7 @@ const liberator = (function () //{{{
return items;
}
liberator.commands.addUserCommand(["em[enu]"],
liberator.commands.add(["em[enu]"],
"Execute the specified menu item from the command line",
function (args)
{