1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 21:57:59 +01:00

General cleanup related to last commit.

This commit is contained in:
Kris Maglione
2009-04-15 16:31:32 -04:00
parent df5b66d838
commit f3f70d5cb8
9 changed files with 129 additions and 119 deletions

View File

@@ -129,7 +129,7 @@ const modes = (function () //{{{
NONE: 0,
__iterator__: function () util.Array.iterator(this.all),
__iterator__: function () util.Array.itervalues(this.all),
get all() mainModes.slice(),