Forráskód Böngészése

Explicitly add implicitly added semicolon.

Marcel Admiraal 5 éve
szülő
commit
14ef5a64da
1 módosított fájl, 1 hozzáadás és 1 törlés
  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();