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