mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 21:25:46 +01:00
Camel-case array#{iteritems,itervalues}.
This commit is contained in:
@@ -20,7 +20,7 @@ const Template = Module("Template", {
|
||||
|
||||
map: function map(iter, func, sep, interruptable) {
|
||||
if (iter.length) // FIXME: Kludge?
|
||||
iter = array.itervalues(iter);
|
||||
iter = array.iterValues(iter);
|
||||
let ret = <></>;
|
||||
let n = 0;
|
||||
for each (let i in Iterator(iter)) {
|
||||
|
||||
Reference in New Issue
Block a user