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(toggle): use for-loop in place of forEach on NodeList (#125) #134

Merged

Conversation

gianluca-r
Copy link
Contributor

IE11 doesn't support .forEach on NodeLists, which was causing the issue.
An alternative could be adding a generic polyfill for the issue.

…-systems#125)

IE11 doesn't support .forEach on NodeLists, which was causing the issue.
An alternative could be adding a generic polyfill for the issue.
@kyubisation kyubisation merged commit 494d46b into sbb-design-systems:master Aug 21, 2019
@kyubisation
Copy link
Collaborator

LGTM 😃
Thank you very much

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.

2 participants