mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #8860 - Effects: Class animation has broken noConflict support.
This commit is contained in:
parent
e6e706bbd6
commit
c5e0961268
2
ui/jquery.ui.effect.js
vendored
2
ui/jquery.ui.effect.js
vendored
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user