]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge pull request #332 from bolivier/master
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 4 May 2016 11:46:04 +0000 (14:46 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 4 May 2016 11:46:04 +0000 (14:46 +0300)
Allow space before global declaration

js2-mode.el

index e804fbbb1c0f1c3a3c640f02857d6bb8631db085..238440c8f7a7f3582e44019f0ff5f8d180523e9b 100644 (file)
@@ -1456,7 +1456,7 @@ the correct number of ARGS must be provided."
          "Compilation produced %s syntax errors.")
 
 (js2-msg "msg.var.redecl"
-         "TypeError: redeclaration of var %s.")
+         "Redeclaration of var %s.")
 
 (js2-msg "msg.const.redecl"
          "TypeError: redeclaration of const %s.")