Closed GoogleCodeExporter closed 8 years ago
Without knowing exactly what you changed, I can't tell you where your bug is.
But it is clearly an extra comma at the end of some array or object you edited.
var someObject = {a: 1, b: 2, c: 3,};
or
var someArray = [1, 2, 3,];
In both cases the last comma should not be there.
Original comment by neil.fra...@gmail.com
on 12 Jun 2014 at 3:44
Original issue reported on code.google.com by
xuy...@gmail.com
on 10 Jun 2014 at 8:32