Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #8860 - Effects: Class animation has broken noConflict support.

This commit is contained in:
Viktor Kojouharov 2012-11-26 18:34:31 +02:00 committed by Scott González
parent e6e706bbd6
commit c5e0961268

View 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 );