mirror of
https://github.com/flynx/types.js.git
synced 2025-10-28 18:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9d23df32d3
commit
94d2747427
@ -94,8 +94,8 @@ function(list, handler, onerror){
|
||||
: handler(elem) })
|
||||
: handler(elem))
|
||||
// compensate for the outer .flat()...
|
||||
// XXX this might expand things on the wrong level -- test...
|
||||
// XXX BUG: this breaks for promises returned by handler(..)...
|
||||
// XXX this will mess up the return of handler(..)
|
||||
// XXX this braks on non-array returns...
|
||||
.flat() })
|
||||
: handler(elem) },
|
||||
// onerror...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user