mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 20:05:47 +01:00
Make Minefield not explode, because Minefield exploding is not fun.
This commit is contained in:
@@ -101,7 +101,7 @@ var Highlights = Module("Highlight", {
|
||||
keys: function keys() Object.keys(this.highlight).sort(),
|
||||
|
||||
__iterator__: function () values(this.highlight).sort(function (a, b) String.localeCompare(a.class, b.class))
|
||||
.iterValues(),
|
||||
.iterValues().__iterator__(),
|
||||
|
||||
_create: function _create(agent, args) {
|
||||
let obj = Highlight.apply(Highlight, args);
|
||||
|
||||
Reference in New Issue
Block a user