Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

forkjoin is missing Array check in module.exports #1486

Open gregaton opened 7 years ago

gregaton commented 7 years ago

rxjs 4.1.0

Sorry for not providing a code example. I think this is easy enough to see looking at the code.

The line Array.isArray(args[0]) && (args = args[0]); is missing from observable/forkjoin.js

It is present in rxjs.experimental.js