Skip to content

Commit bfadd5c

Browse files
committed
Tabs: Whitespace cleanup
1 parent b141d63 commit bfadd5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/jquery.ui.tabs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
var tabId = 0,
1717
rhash = /#.*$/;
18-
18+
1919
function getNextTabId() {
2020
return ++tabId;
2121
}
@@ -24,7 +24,7 @@ var isLocal = function( anchor ) {
2424
// clone the node to work around IE 6 not normalizing the href property
2525
// if it's manually set, i.e., a.href = "#foo" kills the normalization
2626
anchor = anchor.cloneNode( false );
27-
return anchor.hash.length > 1 &&
27+
return anchor.hash.length > 1 &&
2828
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
2929
};
3030

0 commit comments

Comments
 (0)