diff options
author | gnarf <gnarf@gnarf.net> | 2011-03-15 09:00:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-03-15 09:00:45 -0400 |
commit | d64c9efda53f6e56feacf5f39940cd7719a2cb61 (patch) | |
tree | fdcba508d910e24b946367d7d1a5195ceb2d7d62 /ui/jquery.effects.drop.js | |
parent | 56b7ec134d8e1203f700f99dabcdad8c50a9b0c2 (diff) | |
download | jquery-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.js | 2 |
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() { |