mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
make use of our argsParser to handle commands with zero arguments
This commit is contained in:
@@ -321,7 +321,7 @@ liberator.Options = function () //{{{
|
||||
|
||||
liberator.commands.add(["pref[erences]", "prefs"],
|
||||
"Show " + liberator.config.hostApplication + " preferences",
|
||||
function (args, special, count, modifiers)
|
||||
function (args, special)
|
||||
{
|
||||
if (special) // open Firefox settings GUI dialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user