1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:17:59 +01:00

Add the beginings of completion support to parseArgs

This commit is contained in:
Kris Maglione
2008-10-10 19:03:38 +00:00
parent c5f8f5e581
commit 56dde515a0
2 changed files with 76 additions and 68 deletions

View File

@@ -191,7 +191,7 @@ liberator.Completion = function () //{{{
try
{
// liberator.dump("eval(" + liberator.util.escapeString(arg) + ")\n");
return window.eval(arg);
return liberator.eval(arg);
}
catch (e)
{