Parcourir la source

Explicitly add implicitly added semicolon.

Marcel Admiraal il y a 5 ans
Parent
commit
14ef5a64da
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      _static/js/custom.js

+ 1 - 1
_static/js/custom.js

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