mathiasrw / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
0 stars 0 forks source link

"missing semicolon" when calling a method on a function definition #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the following code :

  var titi = function test1() {
  }.bind(this);

results in an error:

  Line 8, E:0011: Missing semicolon after function assigned to a variable

Which is obviously a bug.

Original issue reported on code.google.com by fel...@gmail.com on 29 Sep 2013 at 9:21

GoogleCodeExporter commented 9 years ago
This is fixed in the latest version.

Original comment by rum...@google.com on 15 Jan 2015 at 8:52