UNPKG

@randstad-design/orbit-multitheme

Version:

multitheme Front-end code based on Randstad Human Forward components

10 lines (9 loc) 312 B
if ('NodeList' in window && !NodeList.prototype.forEach) { console.info('polyfill for IE11'); NodeList.prototype.forEach = function (callback, thisArg) { thisArg = thisArg || window; for (var i = 0; i < this.length; i++) { callback.call(thisArg, this[i], i, this); } }; }