UNPKG
@travlrcom/icons
Version:
latest (0.0.2)
0.0.2
0.0.1
TRAVLR Icons
@travlrcom/icons
/
src
/
nodelist.js
3 lines
•
110 B
JavaScript
View Raw
1
2
3
if
(
window
.
NodeList
&& !
NodeList
.
prototype
.
forEach
) {
NodeList
.
prototype
.
forEach
=
Array
.
prototype
.
forEach
}