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

Fix ]] error.

Closes #72.
This commit is contained in:
Doug Kearns
2015-07-27 23:42:47 +10:00
parent 174b8ae0b6
commit f70203bc9c

View File

@@ -548,7 +548,7 @@ var Buffer = Module("Buffer", {
yield res[i];
}
for (let frame of this.allFrames(null, true))
for (let frame of this.allFrames(undefined, true))
for (let elem of followFrame(frame))
if (count-- === 0) {
if (follow)