Skip to content

Commit

Permalink
Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #88…
Browse files Browse the repository at this point in the history
…60 - Effects: Class animation has broken noConflict support.
  • Loading branch information
urandom authored and scottgonzalez committed Nov 27, 2012
1 parent e6e706b commit c5e0961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.effect.js
Expand Up @@ -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 );
Expand Down

0 comments on commit c5e0961

Please sign in to comment.