aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.drop.js
diff options
context:
space:
mode:
authorgnarf <gnarf@gnarf.net>2011-03-15 09:00:45 -0400
committerScott González <scott.gonzalez@gmail.com>2011-03-15 09:00:45 -0400
commitd64c9efda53f6e56feacf5f39940cd7719a2cb61 (patch)
treefdcba508d910e24b946367d7d1a5195ceb2d7d62 /ui/jquery.effects.drop.js
parent56b7ec134d8e1203f700f99dabcdad8c50a9b0c2 (diff)
downloadjquery-ui-d64c9efda53f6e56feacf5f39940cd7719a2cb61.tar.gz
jquery-ui-d64c9efda53f6e56feacf5f39940cd7719a2cb61.zip
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
Diffstat (limited to 'ui/jquery.effects.drop.js')
-rw-r--r--ui/jquery.effects.drop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.drop.js b/ui/jquery.effects.drop.js
index b88a8c428..24fb89db0 100644
--- a/ui/jquery.effects.drop.js
+++ b/ui/jquery.effects.drop.js
@@ -12,7 +12,7 @@
*/
(function( $, undefined ) {
-$.effects.drop = function( o ) {
+$.effects.effect.drop = function( o ) {
return this.queue( function() {