aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.drop.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/jquery.effects.drop.js')
-rw-r--r--ui/jquery.effects.drop.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.effects.drop.js b/ui/jquery.effects.drop.js
index e13690746..221a0bf17 100644
--- a/ui/jquery.effects.drop.js
+++ b/ui/jquery.effects.drop.js
@@ -49,8 +49,8 @@ $.effects.drop = function( o ) {
easing: o.easing,
complete: function() {
mode == 'hide' && el.hide();
- $.effects.restore(el, props);
- $.effects.removeWrapper(el);
+ $.effects.restore( el, props );
+ $.effects.removeWrapper( el );
$.isFunction( o.complete ) && o.complete.apply(this, arguments);
el.dequeue();
}