mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 09:05:47 +01:00
Camel-case array#{iteritems,itervalues}.
This commit is contained in:
@@ -18,7 +18,7 @@ const AutoCommands = Module("autocommands", {
|
||||
this._store = [];
|
||||
},
|
||||
|
||||
__iterator__: function () array.itervalues(this._store),
|
||||
__iterator__: function () array.iterValues(this._store),
|
||||
|
||||
/**
|
||||
* Adds a new autocommand. <b>cmd</b> will be executed when one of the
|
||||
|
||||
Reference in New Issue
Block a user