aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.tabs.js
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-11-20 04:10:34 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-11-20 04:10:34 +0000
commit558218f2aacde62323e8d5c6ccc62aa7c05c4ed5 (patch)
tree1e1526fb63e0195c49be4ddc0c59d15fa4f54ead /ui/ui.tabs.js
parent352287b7efeaf400463eae637a2230a350c6e2d9 (diff)
downloadjquery-ui-558218f2aacde62323e8d5c6ccc62aa7c05c4ed5.tar.gz
jquery-ui-558218f2aacde62323e8d5c6ccc62aa7c05c4ed5.zip
Source formatting: Removing trailing spaces
Diffstat (limited to 'ui/ui.tabs.js')
-rw-r--r--ui/ui.tabs.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/ui.tabs.js b/ui/ui.tabs.js
index d51fee912..d15ec1ac0 100644
--- a/ui/ui.tabs.js
+++ b/ui/ui.tabs.js
@@ -193,7 +193,7 @@ $.widget("ui.tabs", {
};
// Hide a tab, $show is optional...
- var hideTab = hideFx ?
+ var hideTab = hideFx ?
function(clicked, $hide, $show) {
$hide.animate(hideFx, hideFx.duration || 'normal', function() {
$hide.addClass(o.hideClass);
@@ -222,7 +222,7 @@ $.widget("ui.tabs", {
$hide = self.$panels.filter(':visible'),
$show = $(self._sanitizeSelector(this.hash));
- // If tab is already selected and not deselectable or tab disabled or
+ // If tab is already selected and not deselectable or tab disabled or
// or is already loading or click callback returns false stop here.
// Check if click handler returns false last so that it is not executed
// for a disabled or loading tab!
@@ -266,7 +266,7 @@ $.widget("ui.tabs", {
// show new tab
if ($show.length) {
var a = this;
- self.load(self.$tabs.index(this), $hide.length ?
+ self.load(self.$tabs.index(this), $hide.length ?
function() {
switchTab(a, $li, $hide, $show);
} :
@@ -438,7 +438,7 @@ $.widget("ui.tabs", {
catch (event) {}
// This callback is required because the switch has to take
- // place after loading has completed. Call last in order to
+ // place after loading has completed. Call last in order to
// fire load before show callback...
callback();
}