Closed
Bug 982080
Opened 11 years ago
Closed 11 years ago
[Contacts] JSHint fixes for js/utilities
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Firefox OS Graveyard
Gaia::Contacts
Tracking
(b2g-v1.4 fixed)
RESOLVED
FIXED
1.4 S4 (28mar)
Tracking | Status | |
---|---|---|
b2g-v1.4 | --- | fixed |
People
(Reporter: kgrandon, Assigned: arcturus)
References
Details
Attachments
(1 file)
We would like to have these files passing JSHint.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → francisco.jordano
Assignee | ||
Comment 1•11 years ago
|
||
Waiting for travis results
Assignee | ||
Updated•11 years ago
|
Attachment #8389514 -
Flags: review?(jmcf)
Attachment #8389514 -
Flags: feedback?(kgrandon)
Assignee | ||
Comment 2•11 years ago
|
||
I'm quite ashamed we didn't do this before.
I just realised we had some variables in code not being used, and parts of the code that would never have been executed with typos :S
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8389514 [details] [review]
Pointer to PR 17101
(In reply to Francisco Jordano [:arcturus] from comment #2)
> I just realised we had some variables in code not being used, and parts of
> the code that would never have been executed with typos :S
Yup - I noticed a few of these in the unit/marionette tests as well. I'm sure we'll find many more :)
Attachment #8389514 -
Flags: feedback?(kgrandon) → feedback+
Comment 4•11 years ago
|
||
Comment on attachment 8389514 [details] [review]
Pointer to PR 17101
as stated in GH there is a change that breaks worker-based sync.
other issues are related to not using the /* exported */ directive
thanks!
Attachment #8389514 -
Flags: review?(jmcf) → review-
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8389514 [details] [review]
Pointer to PR 17101
Suggestions applied.
Thanks for taking a look.
Attachment #8389514 -
Flags: review- → review?(jmcf)
Comment 6•11 years ago
|
||
Comment on attachment 8389514 [details] [review]
Pointer to PR 17101
there is a missed exported directive. Please check and once Travis is green
land
thanks!
Attachment #8389514 -
Flags: review?(jmcf) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Thanks for catching it!
Assignee | ||
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
Target Milestone: --- → 1.4 S4 (28mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•