Fix two js indentation problems
commite562356c3f31bf96250bd3e8a7c50e8322b15d68
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 25 Oct 2017 23:43:33 +0000 (26 02:43 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 25 Oct 2017 23:43:53 +0000 (26 02:43 +0300)
tree60a23fe740315bf331ee74bcd2140c9711ee9fcf
parentb8cf159bbccce6393689ae969bc2e484b9b085f6
Fix two js indentation problems

Fix intentation problems reported in
https://github.com/mooz/js2-mode/issues/463.
* lisp/progmodes/js.el (js--continued-expression-p):
Check syntax state after /.
(js--multi-line-declaration-indentation):
Check syntax state before "const".
lisp/progmodes/js.el
test/manual/indent/js.js