emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/js2-mode 3afdc05 42/61: move HTML element constructors


From: Dmitry Gutov
Subject: [elpa] externals/js2-mode 3afdc05 42/61: move HTML element constructors to specific section
Date: Sun, 20 Dec 2020 12:20:08 -0500 (EST)

branch: externals/js2-mode
commit 3afdc05b7ca10b8f65b5d2e9fb84428e3afe0465
Author: Arne Babenhauserheide <arne_bab@web.de>
Commit: Arne Babenhauserheide <arne_bab@web.de>

    move HTML element constructors to specific section
---
 js2-mode.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/js2-mode.el b/js2-mode.el
index 66d6ed2..b9a4fe0 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -169,10 +169,12 @@
             atob btoa clearInterval clearTimeout
             createImageBitmap fetch queueMicrotask setInterval
             setTimeout
-            
+
             ;; from jslint "browser"
-            Audio document event history Image location name
-            navigator Option screen XMLHttpRequest
+            history location
+
+            ;; HTML element constructors
+            Audio Image Option
 
             ;; W3C CSS
             CSSCharsetRule CSSFontFace CSSFontFaceRule



reply via email to

[Prev in Thread] Current Thread [Next in Thread]