Closed
Bug 1331085
Opened 8 years ago
Closed 8 years ago
Tidy up jQuery method style the repo
Categories
(Tree Management :: Treeherder, defect, P5)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1183749
People
(Reporter: jfrench, Unassigned)
Details
Begat from a thread in PR2020 and in channel, we'd like to tidy up the few jQuery methods which use white space and/or double quoting around the parens.
So instead of using the jQuery API docs style of:
$( "p" ).addClass( "myClass yourClass" );
We will have:
$('p').addClass('myClass yourClass');
Comment 1•8 years ago
|
||
Let's fix this via turning on more eslint rules - bug 1183749.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•