]> source.dussan.org Git - jquery.git/commitdiff
typo
authorlouisremi <louisremi@louisremi-laptop.(none)>
Fri, 15 Apr 2011 13:30:19 +0000 (15:30 +0200)
committerlouisremi <louisremi@louisremi-laptop.(none)>
Fri, 15 Apr 2011 13:30:19 +0000 (15:30 +0200)
src/effects.js

index c30acb820ecf0e9725b4b0a15ab1f1535c5beed8..ba33d8039b75439b0823f2549e00814a41dc7c51 100644 (file)
@@ -184,7 +184,7 @@ jQuery.fn.extend({
                                // easing resolution: per property > opt.specialEasing > opt.easing > 'swing' (default)
                                opt.animatedProperties[name] = jQuery.isArray( val ) ?
                                        val[1]:
-                                       opt.specialEasing && opt.specialEasing[p] || opt.easing || 'swing';
+                                       opt.specialEasing && opt.specialEasing[name] || opt.easing || 'swing';
                        }
 
                        if ( opt.overflow != null ) {