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
Original issue reported on code.google.com by
fel...@gmail.com
on 29 Sep 2013 at 9:21