mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 19:33:33 +02:00
Fix bug.
This commit is contained in:
@@ -234,8 +234,8 @@ var Buffer = Module("Buffer", {
|
|||||||
})(win || this.win);
|
})(win || this.win);
|
||||||
|
|
||||||
if (focusedFirst)
|
if (focusedFirst)
|
||||||
return frames.filter(function (f) f === this.focusedFrame).concat(
|
return frames.filter(function (f) f === this.focusedFrame, this).concat(
|
||||||
frames.filter(function (f) f !== this.focusedFrame));
|
frames.filter(function (f) f !== this.focusedFrame, this));
|
||||||
return frames;
|
return frames;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user