branch: master
commit 6f2d51bd723126f82b491b5e2515356018a48849
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Fix the breakage from the previous commit
---
js2-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js2-mode.el b/js2-mode.el
index 9b3973f..6889545 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -3014,7 +3014,7 @@ modules metadata itself."
(insert pad "}\n")))
(cl-defstruct (js2-switch-node
- (:include js2-node)
+ (:include js2-scope)
(:constructor nil)
(:constructor make-js2-switch-node (&key (type js2-SWITCH)
(pos js2-ts-cursor)