Making some more adjustments to handle auto CSS properties.
This commit is contained in:
parent
8b7015987c
commit
2bda99c18a
3 changed files with 12 additions and 12 deletions
|
@ -77,7 +77,7 @@ jQuery.extend({
|
|||
} else if ( !force && style[ name ] ) {
|
||||
ret = style[ name ];
|
||||
|
||||
} else if ( curCSS ) {
|
||||
} else if ( force !== false && curCSS ) {
|
||||
ret = curCSS( elem, name, origName );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue