mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:58:03 +01:00
Fix some "for each" iteration of arrays.
This commit is contained in:
@@ -1945,7 +1945,7 @@ function Marks() //{{{
|
||||
Math.round(mark[1].position.x * 100) + "%",
|
||||
Math.round(mark[1].position.y * 100) + "%",
|
||||
mark[1].location]
|
||||
for each (mark in marks)));
|
||||
for ([,mark] in Iterator(marks))));
|
||||
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user