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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user