Skip to content
Permalink
Browse files
Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #88…
…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.
@@ -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 );

0 comments on commit c5e0961

Please sign in to comment.