stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.29k stars 594 forks source link

Array.isArray Issue #194

Closed stif closed 8 years ago

stif commented 8 years ago

Dont know why and how to change, but in the file es6-promise.js line 832 the code is: if (Array.isArray(input)) but should be if(lib$es6$promise$utils$$isArray(input)) instead..