From 7bc8227d2966d0e91eb1725261fb71157bcbe854 Mon Sep 17 00:00:00 2001 From: louisremi Date: Fri, 15 Apr 2011 15:30:19 +0200 Subject: [PATCH] typo --- src/effects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects.js b/src/effects.js index c30acb82..ba33d803 100644 --- a/src/effects.js +++ b/src/effects.js @@ -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 ) {