Closed GoogleCodeExporter closed 8 years ago
The assignment statement is not properly terminated. Javascript (the language,
ECMAScript) does semicolon insertion which is why that code doesn't fail in an
interpreter.
http://www.mozilla.org/js/language/js20-2000-07/rationale/syntax.html
http://javascript.crockford.com/code.html
The orange under the closing bracket of the above assignment statement is a
warning.
This ticket should be closed as invalid.
Original comment by waw...@gmail.com
on 4 Oct 2008 at 9:57
This is not a bug, as waw325 observes.
You can disable warnings for missing trailing semicolons by customizing the
variable
`js2-strict-missing-semi-warning`.
Original comment by steve.ye...@gmail.com
on 23 Jul 2009 at 11:06
Original issue reported on code.google.com by
hans.hue...@gmail.com
on 4 Jun 2008 at 7:27