mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 14:54:57 -05:00
new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comments, rendering smarttabs useless
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user