Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internet Explorer 11 and some other browsers [don't support calling `forEach` on a `NodeList`](https://caniuse.com/mdn-api_nodelist_foreach). Converting the `NodeList` to an array (for example via `slice`) solves the issue.
- Loading branch information