mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 23:34:11 +01:00
Death to for each.
This commit is contained in:
@@ -843,7 +843,7 @@ var CompletionContext = Class("CompletionContext", {
|
||||
}
|
||||
this.waitingForTab = false;
|
||||
this.runCount++;
|
||||
for each (let context in this.contextList)
|
||||
for (let context of this.contextList)
|
||||
context.lastActivated = this.runCount;
|
||||
this.contextList = [];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user