Skip to content

Commit c1dc191

Browse files
committed
Tabs: Whitespace.
1 parent ad1b647 commit c1dc191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function isLocal( anchor ) {
2525
// if it's manually set, i.e., a.href = "#foo" kills the normalization
2626
anchor = anchor.cloneNode( false );
2727
return anchor.hash.length > 1 &&
28-
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
28+
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
2929
}
3030

3131
$.widget( "ui.tabs", {

0 commit comments

Comments
 (0)