aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-22 16:22:40 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-22 16:22:40 -0400
commitc1dc1911bf2bad00ca0d343328d3b3ae384bcdfd (patch)
treefb8fc64c781fa999c85baf6b400208df0dca15da /ui/jquery.ui.tabs.js
parentad1b647973030c5201d20c343856f6300e8e625a (diff)
downloadjquery-ui-c1dc1911bf2bad00ca0d343328d3b3ae384bcdfd.tar.gz
jquery-ui-c1dc1911bf2bad00ca0d343328d3b3ae384bcdfd.zip
Tabs: Whitespace.
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r--ui/jquery.ui.tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index d97a12101..a693899da 100644
--- a/ui/jquery.ui.tabs.js
+++ b/ui/jquery.ui.tabs.js
@@ -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", {