mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 07:44:10 +01:00
Formatting fixes.
This commit is contained in:
@@ -398,7 +398,7 @@ function CommandLine() //{{{
|
||||
try
|
||||
{
|
||||
this.waiting = true;
|
||||
for (let [,context] in Iterator(list))
|
||||
for (let [, context] in Iterator(list))
|
||||
{
|
||||
function done() !(idx >= n + context.items.length || idx == -2 && !context.items.length);
|
||||
while (context.incomplete && !done())
|
||||
|
||||
Reference in New Issue
Block a user