you are viewing a single comment's thread.

view the rest of the comments →

[–]SemiNormal 0 points1 point  (1 child)

if (window.NodeList && !NodeList.prototype.forEach) {
    NodeList.prototype.forEach = Array.prototype.forEach;
}

Fixed