1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

Speed up completion scrolling more.

This commit is contained in:
Kris Maglione
2008-11-27 01:18:33 +00:00
parent 424909162d
commit 0eafcd8656
6 changed files with 48 additions and 45 deletions

View File

@@ -786,7 +786,7 @@ function Options() //{{{
//var length = names.length;
//for (let i = 0, name = names[i]; i < length; name = names[++i])
for (let [,name] in Iterator(args))
for (let [,name] in args)
{
var name = args[i];
var reference = liberator.variableReference(name);