1
0
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:
Kris Maglione
2008-11-26 21:10:54 +00:00
parent a19f3d78ab
commit 20ab9ef0c7
12 changed files with 45 additions and 46 deletions

View File

@@ -183,7 +183,7 @@ const liberator = (function () //{{{
"Open a " + config.name + " dialog",
function (args)
{
args = args.arguments[0];
args = args[0];
try
{