diff options
author | louisremi <louisremi@louisremi-laptop.(none)> | 2011-04-15 15:30:19 +0200 |
---|---|---|
committer | louisremi <louisremi@louisremi-laptop.(none)> | 2011-04-15 15:30:19 +0200 |
commit | 7bc8227d2966d0e91eb1725261fb71157bcbe854 (patch) | |
tree | 3f16e70c5ca3dd4909c5acdccbd67433835600ae /src/effects.js | |
parent | 7666c3ef9a72fb77eaa018b692fd905be5559564 (diff) | |
download | jquery-7bc8227d2966d0e91eb1725261fb71157bcbe854.tar.gz jquery-7bc8227d2966d0e91eb1725261fb71157bcbe854.zip |
typo
Diffstat (limited to 'src/effects.js')
-rw-r--r-- | src/effects.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.js b/src/effects.js index c30acb820..ba33d8039 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 ) { |