Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix FileList type check in BaseUploader #136

Merged
merged 3 commits into from
Dec 8, 2016

Conversation

joneath
Copy link
Contributor

@joneath joneath commented Dec 7, 2016

With the release of Ember 2.10 Ember.isArray no longer treats FileList as an array type (emberjs/ember.js#12708).

@digitaltoad
Copy link
Member

Thanks for the quick PR. Can you remove the isArray assignment from the top and then we'll be gold?

@gobijan
Copy link

gobijan commented Dec 8, 2016

I made a pull request removing the isArray line to @joneath fork. Let's cascade this one liner into the main repo :D

Cleanup: remove isArray
@digitaltoad digitaltoad merged commit ae77797 into benefitcloud:master Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants