diff --git a/js/polyfills.es6.js b/js/polyfills.es6.js index da69041..632e9d2 100644 --- a/js/polyfills.es6.js +++ b/js/polyfills.es6.js @@ -1,4 +1,6 @@ -/* eslint-disable */ +// @todo Remove this once "#3143465: Add NodeList.forEach polyfill to support IE11" has been merged into Core. + +// eslint-disable if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = function (callback, thisArg) { thisArg = thisArg || window;