Skip to content

Commit 2d2f569

Browse files
tompngkou
andauthored
Apply suggestion from @kou
Remove assignment to unused variable Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent 5b079b8 commit 2d2f569

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/rdoc/generator/template/aliki/js

lib/rdoc/generator/template/aliki/js/aliki.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ function hookTocActiveHighlighting() {
242242

243243
// Add active class to current link
244244
correspondingLink.classList.add('active');
245-
activeLink = correspondingLink;
246245

247246
// Scroll link into view if needed
248247
var tocNav = document.querySelector('#toc-nav');

0 commit comments

Comments
 (0)