mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 04:47:58 +01:00
Rename 'array' class 'Ary'.
This commit is contained in:
@@ -23,7 +23,7 @@ var AutoCmdHive = Class("AutoCmdHive", Contexts.Hive, {
|
||||
this._store = [];
|
||||
},
|
||||
|
||||
"@@iterator": function () array.iterValues(this._store),
|
||||
"@@iterator": function () this._store[Symbol.iterator](),
|
||||
|
||||
/**
|
||||
* Adds a new autocommand. *cmd* will be executed when one of the specified
|
||||
|
||||
Reference in New Issue
Block a user