Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

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

Closed
GoogleCodeExporter opened this issue Jun 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

This is fixed in the latest version.

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

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant