소스 검색

Explicitly add implicitly added semicolon.

Marcel Admiraal 5 년 전
부모
커밋
14ef5a64da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();