diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 21:57:51 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 21:57:51 -0400 |
commit | cb8474af1dc099de9e08665c9d6cdc2cf5864203 (patch) | |
tree | 565840fa6d66586d864cea9f52d58802781e130d /ui/jquery.effects.fade.js | |
parent | 55e13692ee2937df9bda8e3348c4b07834e093d8 (diff) | |
download | jquery-ui-cb8474af1dc099de9e08665c9d6cdc2cf5864203.tar.gz jquery-ui-cb8474af1dc099de9e08665c9d6cdc2cf5864203.zip |
Remove trailing whitespace.
Diffstat (limited to 'ui/jquery.effects.fade.js')
-rw-r--r-- | ui/jquery.effects.fade.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.fade.js b/ui/jquery.effects.fade.js index 89784bd08..66029b51c 100644 --- a/ui/jquery.effects.fade.js +++ b/ui/jquery.effects.fade.js @@ -18,7 +18,7 @@ $.effects.effect.fade = function( o, done ) { hide = mode === "hide"; el.show(); - el.animate({ + el.animate({ opacity: hide ? 0 : 1 }, { queue: false, |