浏览代码

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();