mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:47:59 +01:00
fix some arg parsing caused by last argCount additions
This commit is contained in:
@@ -701,7 +701,7 @@ liberator.Events = function () //{{{
|
||||
|
||||
liberator.commands.add(["pl[ay]"],
|
||||
"Replay a recorded macro",
|
||||
function (args) { liberator.events.playMacro(args); },
|
||||
function (args) { liberator.events.playMacro(args.arguments[0]); },
|
||||
{
|
||||
argCount: "1",
|
||||
completer: function (filter) liberator.completion.macro(filter)
|
||||
|
||||
Reference in New Issue
Block a user