-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
Two issues:
Lines 6 to 8 in 7cbe2d4
var codeBlocks = document.querySelectorAll("pre[v-pre]"); | |
codeBlocks.forEach((element, i, obj) => { |
-
querySelectorAll
returns a NodeList, and not all browsers provide aforEach
method on NodeLists. -
Arrow functions are not support in IE (or older evergreen browsers).
Fixed by #3
Metadata
Metadata
Assignees
Labels
No labels