Browse Source

Explicitly add implicitly added semicolon.

Marcel Admiraal 5 years ago
parent
commit
14ef5a64da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _static/js/custom.js

+ 1 - 1
_static/js/custom.js

@@ -115,7 +115,7 @@ const registerOnScrollEvent = (function(){
 
 
       $menu.scroll(function() {
       $menu.scroll(function() {
         handleSidebarScroll();
         handleSidebarScroll();
-      })
+      });
 
 
       handleMainScroll(window.scrollY);
       handleMainScroll(window.scrollY);
       handleSidebarScroll();
       handleSidebarScroll();