mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 18:47:58 +01:00
@@ -548,7 +548,7 @@ var Buffer = Module("Buffer", {
|
|||||||
yield res[i];
|
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))
|
for (let elem of followFrame(frame))
|
||||||
if (count-- === 0) {
|
if (count-- === 0) {
|
||||||
if (follow)
|
if (follow)
|
||||||
|
|||||||
Reference in New Issue
Block a user