Skip to content

Commit bec8633

Browse files
committed
Polish
1 parent 2da36fe commit bec8633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/js/site/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474

7575
function nextSibling(element, selector) {
76-
var sibling = element.nextElementSibling;
76+
let sibling = element.nextElementSibling;
7777
while (sibling) {
7878
if (sibling.matches(selector)) {
7979
return sibling;

0 commit comments

Comments
 (0)