mirror of
https://github.com/flynx/types.js.git
synced 2025-12-19 09:51:40 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0602151317
commit
6f826bc9c0
@ -588,7 +588,7 @@ object.Mixin('AsyncGeneratorProtoMixin', 'soft', {
|
||||
return i++ > 0 ?
|
||||
[
|
||||
typeof(func) == 'function' ?
|
||||
func.call(this, [prev, e], i, i + j++, this))
|
||||
func.call(this, [prev, e], i, i + j++, this)
|
||||
: func,
|
||||
e,
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user