mirror of
https://github.com/flynx/types.js.git
synced 2025-12-19 18:01:39 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4be131e66b
commit
7f52467a8d
@ -373,7 +373,8 @@ object.Constructor('IterablePromise', Promise, {
|
||||
: elem instanceof Array ?
|
||||
[handler(unwrap( elem ))]
|
||||
// raw element...
|
||||
: handler(elem) },
|
||||
// NOTE: no need to wrap or unwrap here...
|
||||
: handler( elem ) },
|
||||
// handle STOP...
|
||||
function(){
|
||||
stop = true })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user