UNPKG

@sncf/bootstrap-sncf.metier

Version:
9 lines (8 loc) 255 B
if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = function (callback, argument) { argument = argument || window for (let i = 0; i < this.length; i++) { callback.call(argument, this[i], i, this) } } }