Closed
Bug 799454
Opened 12 years ago
Closed 12 years ago
[settings] fix lint errors
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 800028
People
(Reporter: kaze, Assigned: kaze)
Details
Attachments
(1 file)
190 bytes,
text/html
|
Details |
> make lint
> ----- FILE : /home/kaze/www/gaia/apps/settings/js/icc.js -----
> Line 6, E:0002: Missing space before "{"
> Line 13, E:0131: Single-quoted string preferred over double-quoted string.
> Line 126, E:0110: Line too long (82 characters).
> Line 127, E:0001: Extra space after "function"
> Line 174, E:0001: Extra space after "function"
> ----- FILE : /home/kaze/www/gaia/apps/settings/js/phone_lock.js -----
> Line 119, E:0110: Line too long (81 characters).
> ----- FILE : /home/kaze/www/gaia/apps/settings/js/simcard_dialog.js -----
> Line 43, E:0001: Extra space after "function"
> ----- FILE : /home/kaze/www/gaia/apps/settings/js/utils.js -----
> Line 124, E:0013: No semicolon is required to end a code block
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → kaze
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #669485 -
Flags: review?(ehung)
Assignee | ||
Comment 2•12 years ago
|
||
This fix is now included in bug 800028. Closing.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 3•12 years ago
|
||
Comment on attachment 669485 [details]
patch proposal
close this review request.
Attachment #669485 -
Flags: review?(ehung)
You need to log in
before you can comment on or make changes to this bug.
Description
•