mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:42:28 +01:00
General cleanup related to last commit.
This commit is contained in:
@@ -15,7 +15,7 @@ const template = {
|
||||
map: function map(iter, fn, sep, interruptable)
|
||||
{
|
||||
if (iter.length) // FIXME: Kludge?
|
||||
iter = util.Array.iterator(iter);
|
||||
iter = util.Array.itervalues(iter);
|
||||
let ret = <></>;
|
||||
let n = 0;
|
||||
for each (let i in Iterator(iter))
|
||||
|
||||
Reference in New Issue
Block a user