mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 01:42:37 +01:00
Camel-case array#{iteritems,itervalues}.
This commit is contained in:
@@ -121,7 +121,7 @@ const Modes = Module("modes", {
|
||||
|
||||
NONE: 0,
|
||||
|
||||
__iterator__: function () array.itervalues(this.all),
|
||||
__iterator__: function () array.iterValues(this.all),
|
||||
|
||||
get all() this._mainModes.slice(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user