]> source.dussan.org Git - jquery-ui.git/commitdiff
Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #8860 - Effects...
authorViktor Kojouharov <vkojouharov@gmail.com>
Mon, 26 Nov 2012 16:34:31 +0000 (18:34 +0200)
committerScott González <scott.gonzalez@gmail.com>
Tue, 27 Nov 2012 13:27:48 +0000 (08:27 -0500)
ui/jquery.ui.effect.js

index f703cdd84cb68d9f16d69b2c4aa6dcb1d30ce8c5..d8d32e932ded0a172e29008d36c1f35585214036 100644 (file)
@@ -796,7 +796,7 @@ $.effects.animateClass = function( value, duration, easing, callback ) {
                allAnimations = allAnimations.map(function() {
                        var styleInfo = this,
                                dfd = $.Deferred(),
-                               opts = jQuery.extend({}, o, {
+                               opts = $.extend({}, o, {
                                        queue: false,
                                        complete: function() {
                                                dfd.resolve( styleInfo );