You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
What steps will reproduce the problem?
1. Run gjslint validation on the following code
var f = function() {
var m = 1,
fn = function() {
},
b = 12;
};
var f2 = function() {
var p1 = 1, p2 = 2;
};
What is the expected output? What do you see instead?
- no errors
Instead there is a notification
Line 5, E:0011: Missing semicolon after function assigned to a variable
What version of the product are you using? On what operating system?
Please provide any additional information below.
Run fixjsstyle
Fixed 1 errors
Code looks like:
};,
b = 12;
what generates real javascript error
Original issue reported on code.google.com by [email protected] on 30 May 2013 at 8:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 May 2013 at 8:37The text was updated successfully, but these errors were encountered: