diff options
author | gnarf <gnarf@gnarf.net> | 2011-03-06 18:48:14 -0600 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-03-06 18:48:14 -0600 |
commit | 576cd0b92b7469a1f8836dcd7c942083a4d1326d (patch) | |
tree | 095fd62bb88fb62ee553b3a11a07e657770ec4bb /ui/jquery.effects.drop.js | |
parent | 9c771b8f8b49a95da2b2234fdc0bd19c26a91038 (diff) | |
download | jquery-ui-576cd0b92b7469a1f8836dcd7c942083a4d1326d.tar.gz jquery-ui-576cd0b92b7469a1f8836dcd7c942083a4d1326d.zip |
effects.*: style guidance
Diffstat (limited to 'ui/jquery.effects.drop.js')
-rw-r--r-- | ui/jquery.effects.drop.js | 4 |
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(); } |