mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
typo
This commit is contained in:
parent
7666c3ef9a
commit
7bc8227d29
2
src/effects.js
vendored
2
src/effects.js
vendored
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user