branch: master commit bbb50866a1fa9994a7b3775da6dfed1464f818c7 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Remove a space --- js2-mode.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/js2-mode.el b/js2-mode.el index b9d5f30..ce0fdd7 100644 --- a/js2-mode.el +++ b/js2-mode.el @@ -12368,7 +12368,7 @@ i.e. ('name' 'value') = {name : { value: 3}}" (while (and temp names (js2-object-node-p temp-object)) (setq temp (js2-search-object temp-object (pop names))) (and (setq node temp) - (setq temp-object (js2-object-prop-node-right temp) ))) + (setq temp-object (js2-object-prop-node-right temp)))) (unless names node))) (defun js2-search-scope (node names)