From e8f702666f285a3e69866ed1f8d29fa6eaaaeabb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Oct 2021 15:19:28 +0300 Subject: JS: minor refactoring (#35183) * add missing comments * shorten block comments * reorder constants * reorder public/private methods * sort exports alphabetically in util/index.js * fix a couple of typos --- js/src/dom/data.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/src/dom/data.js') diff --git a/js/src/dom/data.js b/js/src/dom/data.js index c702fc82c..4209f3188 100644 --- a/js/src/dom/data.js +++ b/js/src/dom/data.js @@ -6,9 +6,7 @@ */ /** - * ------------------------------------------------------------------------ * Constants - * ------------------------------------------------------------------------ */ const elementMap = new Map() -- cgit v1.2.3