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

IE11 for of loop fix #174 #175

Merged
merged 1 commit into from
Jun 6, 2016
Merged

IE11 for of loop fix #174 #175

merged 1 commit into from
Jun 6, 2016

Conversation

davidspiess
Copy link
Contributor

As discussed in ticket #174 this pull request replaces the for of loop with a a reduce function, as babel compiles it to a Symbol, which has not support in IE.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1cc2a93 on davidspiess:ie11-for-of-fix into 96fa8eb on gpbl:master.

@gpbl gpbl merged commit 8d037db into gpbl:master Jun 6, 2016
@gpbl
Copy link
Owner

gpbl commented Jun 6, 2016

Thanks!

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