diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-22 16:22:40 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-22 16:22:40 -0400 |
commit | c1dc1911bf2bad00ca0d343328d3b3ae384bcdfd (patch) | |
tree | fb8fc64c781fa999c85baf6b400208df0dca15da /ui/jquery.ui.tabs.js | |
parent | ad1b647973030c5201d20c343856f6300e8e625a (diff) | |
download | jquery-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.js | 2 |
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", { |