mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-09 19:05:46 +01:00
Handle "gi" properly on frameset documents when no last focused element.
This commit is contained in:
@@ -962,7 +962,7 @@ const array = Class("array", Array, {
|
||||
},
|
||||
array: ary,
|
||||
toString: function () this.array.toString(),
|
||||
concat: function () this.array.concat.apply(this.array, arguments),
|
||||
concat: function () this.__noSuchMethod__("concat", Array.slice(arguments)),
|
||||
filter: function () this.__noSuchMethod__("filter", Array.slice(arguments)),
|
||||
map: function () this.__noSuchMethod__("map", Array.slice(arguments))
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user