mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 08:12:27 +01:00
Rename 'array' class 'Ary'.
This commit is contained in:
@@ -154,7 +154,7 @@ var Template = Module("Template", {
|
||||
|
||||
map: function map(iter_, func, sep, interruptable) {
|
||||
if (typeof iter_.length == "number") // FIXME: Kludge?
|
||||
iter_ = array.iterValues(iter_);
|
||||
iter_ = Ary.iterValues(iter_);
|
||||
|
||||
let res = [];
|
||||
let n = 0;
|
||||
|
||||
Reference in New Issue
Block a user