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