1
0
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:
Kris Maglione
2012-01-11 19:20:21 -05:00
parent f07015db48
commit 9ef24af485
2 changed files with 47 additions and 13 deletions

View File

@@ -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);