aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effects.blind.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/effects.blind.js')
-rw-r--r--ui/effects.blind.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/effects.blind.js b/ui/effects.blind.js
index e56dfba65..610842a29 100644
--- a/ui/effects.blind.js
+++ b/ui/effects.blind.js
@@ -4,7 +4,7 @@
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
- *
+ *
* http://docs.jquery.com/UI/Effects/Blind
*
* Depends:
@@ -33,7 +33,7 @@ $.effects.blind = function(o) {
// Animation
var animation = {};
animation[ref] = mode == 'show' ? distance : 0;
-
+
// Animate
wrapper.animate(animation, o.duration, o.options.easing, function() {
if(mode == 'hide') el.hide(); // Hide