Skip to content

Commit f35f54e

Browse files
committed
One additional internal variable
1 parent 4c458a9 commit f35f54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/wp-a11y-docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@
564564
'div.highlighter-rouge > div.highlight, div.listingblock > div.content, figure.highlight, div.table-wrapper'
565565
);
566566

567-
scrollBlocks.forEach(codeBlock => {
568-
codeBlock.tabIndex = 0;
567+
scrollBlocks.forEach(scrollBlock => {
568+
scrollBlock.tabIndex = 0;
569569
});
570570
});
571571

0 commit comments

Comments
 (0)