#25877 closed defect (bug) (fixed)
jshint shouldn't throw errors - wp-admin/js/color-picker.js
Reported by: | jorbin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Attachments (5)
Change History (10)
#4
@
11 years ago
This has landed so it's irrelevant, but I did fix spaces to tabs and altered the variable declaration order to be more readable—Large objects can get messy in a var
block, so it's best to declare them and leave them undefined at the start of the var
statement and then define them on their own later. Keeps indentation and readability more sane.
Note: See
TracTickets for help on using
tickets.
In 26067: