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

don't use Array.prototype.find because it doesn't exist for IE11 #2874

Conversation

squarebracket
Copy link
Contributor

@squarebracket squarebracket commented Dec 3, 2018

As the title implies, this replaces a use of Array.prototype.find with the for () {} equivalent since IE11 doesn't support Array.prototype.find

@epiclabsDASH epiclabsDASH added this to the v2.9.3 milestone Dec 3, 2018
@epiclabsDASH
Copy link
Contributor

Thanks! Looks good to me.

@epiclabsDASH epiclabsDASH merged commit 7becfb9 into Dash-Industry-Forum:development Dec 3, 2018
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.

None yet

2 participants