stefanpenner / es6-promise

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

IE8: use isArray. #177

Closed dduponchel closed 8 years ago

dduponchel commented 8 years ago

The function isArray is imported but not used. On IE 8, the method Array.isArray doesn't exist and we get an error.