Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Added out of the box support for IE 11. #5

Merged
merged 2 commits into from
Jun 2, 2018

Conversation

brandonjcreek
Copy link
Contributor

This line was throwing an error at page load on Internet Explorer 11, transpiled it down to code that ie11 can read. I've done some tests, and it appears to be working properly across all browsers (ie11+) now.

Modified Array.includes.prototype to indexOf to make ie11 happy.
Changed the Array.includes() syntax to indexOf to make Internet Explorer 11 happy.
@nwalters512
Copy link
Member

Pesky IE! Thanks for the fix, I'll release a new version with this change shortly.

@nwalters512 nwalters512 merged commit d2d206f into illinois:master Jun 2, 2018
@brandonjcreek
Copy link
Contributor Author

It truly is such a terrible browser. LOL

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants