mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 12:05:47 +01:00
Fix :lc/help index generation on F36.
This commit is contained in:
@@ -679,7 +679,7 @@ var Commands = Module("commands", {
|
|||||||
COUNT_ALL: -2, // :%...
|
COUNT_ALL: -2, // :%...
|
||||||
|
|
||||||
/** @property {Iterator(Command)} @private */
|
/** @property {Iterator(Command)} @private */
|
||||||
iterator: function iterator() iter.apply(null, this.hives)
|
iterator: function iterator() iter.apply(null, this.hives.array)
|
||||||
.sort(function (a, b) a.serialGroup - b.serialGroup || a.name > b.name)
|
.sort(function (a, b) a.serialGroup - b.serialGroup || a.name > b.name)
|
||||||
.iterValues(),
|
.iterValues(),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user