#25955 closed defect (bug) (fixed)
jshint shouldn't throw errors: wp-admin/js/revisions.js
Reported by: | adamsilverstein | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
wp-admin/js/revisions.js is still throwing some errors, not sure how they crept back in - I will fix them!
Linting src/wp-admin/js/revisions.js ...ERROR [L958:C4] W099: Mixed spaces and tabs. leftDragBoundary = view.$el.offset().left, Linting src/wp-admin/js/revisions.js ...ERROR [L959:C4] W099: Mixed spaces and tabs. sliderOffset = leftDragBoundary, Linting src/wp-admin/js/revisions.js ...ERROR [L960:C4] W099: Mixed spaces and tabs. sliderRightEdge = leftDragBoundary + view.$el.width(), Linting src/wp-admin/js/revisions.js ...ERROR [L961:C4] W099: Mixed spaces and tabs. rightDragBoundary = sliderRightEdge, Linting src/wp-admin/js/revisions.js ...ERROR [L962:C4] W099: Mixed spaces and tabs. leftDragReset = '0', Linting src/wp-admin/js/revisions.js ...ERROR [L963:C4] W099: Mixed spaces and tabs. rightDragReset = '100%', Linting src/wp-admin/js/revisions.js ...ERROR [L964:C4] W099: Mixed spaces and tabs. handles, Linting src/wp-admin/js/revisions.js ...ERROR [L965:C4] W099: Mixed spaces and tabs. handle = $( ui.handle );
Attachments (2)
Change History (7)
#1
@
11 years ago
- Summary changed from jshint shouldn't throw errors: to jshint shouldn't throw errors: wp-admin/js/revisions.js i
#2
@
11 years ago
- Keywords has-patch added; needs-patch removed
- Summary changed from jshint shouldn't throw errors: wp-admin/js/revisions.js i to jshint shouldn't throw errors: wp-admin/js/revisions.js
#3
@
11 years ago
- Milestone changed from Awaiting Review to 3.8
They snuck back in after we removed smarttabs: true.
Note: See
TracTickets for help on using
tickets.
25955.diff swaps spaces for tabs, clears file of all jshint errors