From 119b5df83ad8c4965b4ba2d332b83b97be835cfd Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 13 Jan 2022 17:38:41 +0800 Subject: [PATCH] :pencil: Docs: update _custom.js notes --- assets/js/_custom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/_custom.js b/assets/js/_custom.js index 39ea8ec5..52116550 100644 --- a/assets/js/_custom.js +++ b/assets/js/_custom.js @@ -30,7 +30,6 @@ const CustomJS = new (function () { CustomJS.init(); // It will be executed when the DOM tree is built. document.addEventListener('DOMContentLoaded', () => { - // Listen to any DOM change and automatically perform spacing via MutationObserver() console.log('DOMContentLoaded!') }); })();