Tabs: Whitespace.

This commit is contained in:
Scott González
2012-05-22 16:22:40 -04:00
parent ad1b647973
commit c1dc1911bf

View File

@@ -25,7 +25,7 @@ function isLocal( anchor ) {
// if it's manually set, i.e., a.href = "#foo" kills the normalization
anchor = anchor.cloneNode( false );
return anchor.hash.length > 1 &&
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
}
$.widget( "ui.tabs", {