new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comments, rendering smarttabs useless

This commit is contained in:
Mike Sherov
2012-10-22 13:28:51 -04:00
parent 227c49a459
commit bede0123d9
3 changed files with 4 additions and 5 deletions

View File

@@ -172,7 +172,7 @@ jQuery.each( {scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function( me
if ( win ) {
win.scrollTo(
!top ? val : jQuery( win ).scrollLeft(),
top ? val : jQuery( win ).scrollTop()
top ? val : jQuery( win ).scrollTop()
);
} else {