mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 00:45:47 +01:00
s/args.arguments/args/g
This commit is contained in:
@@ -166,7 +166,7 @@ function Editor() //{{{
|
||||
"Abbreviate a key sequence" + modeDescription,
|
||||
function (args)
|
||||
{
|
||||
let [lhs, rhs] = args.arguments;
|
||||
let [lhs, rhs] = args;
|
||||
if (rhs)
|
||||
editor.addAbbreviation(mode, lhs, rhs);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user