UNPKG
@travlrcom/uikit
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1
TRAVLR UiKit
@travlrcom/uikit
/
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
}