We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da36fe commit bec8633Copy full SHA for bec8633
src/main/js/site/tabs.js
@@ -73,7 +73,7 @@
73
}
74
75
function nextSibling(element, selector) {
76
- var sibling = element.nextElementSibling;
+ let sibling = element.nextElementSibling;
77
while (sibling) {
78
if (sibling.matches(selector)) {
79
return sibling;
0 commit comments