mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e6a19e905c
commit
2768b23f9b
@ -256,7 +256,7 @@ object.Constructor('IterablePromise', Promise, {
|
||||
[cur, ...other]
|
||||
: other instanceof Promise ?
|
||||
[...cur, other]
|
||||
: cur.concat(other),
|
||||
: [...cur, ...other],
|
||||
'raw') },
|
||||
push: function(elem){
|
||||
return this.concat([elem]) },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user