mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 08:54:12 +01:00
Move util.Array to modules.Array_.
This commit is contained in:
@@ -15,7 +15,7 @@ const template = { //{{{
|
||||
map: function map(iter, func, sep, interruptable)
|
||||
{
|
||||
if (iter.length) // FIXME: Kludge?
|
||||
iter = util.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