[wp-trac] [WordPress Trac] #25955: jshint shouldn't throw errors:
WordPress Trac
noreply at wordpress.org
Wed Nov 13 22:07:11 UTC 2013
#25955: jshint shouldn't throw errors:
-----------------------------+-----------------------------
Reporter: adamsilverstein | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Build Tools | Version: trunk
Severity: normal | Keywords: needs-patch
-----------------------------+-----------------------------
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 );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25955>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list