mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
s/args.arguments/args/g
This commit is contained in:
@@ -183,7 +183,7 @@ const liberator = (function () //{{{
|
||||
"Open a " + config.name + " dialog",
|
||||
function (args)
|
||||
{
|
||||
args = args.arguments[0];
|
||||
args = args[0];
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user