mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:07:58 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user