Fixed some bugs, improved the quality of some of the variables.
This commit is contained in:
parent
874e4f65ee
commit
ccf9d44062
3 changed files with 69 additions and 56 deletions
|
@ -485,7 +485,8 @@ jQuery.extend({
|
|||
z.el.orig[prop] + "px" : z.el.orig[prop];
|
||||
|
||||
// set its height and/or width to auto
|
||||
jQuery.setAuto( z.el, prop );
|
||||
if ( prop == 'height' || prop == 'width' )
|
||||
jQuery.setAuto( z.el, prop );
|
||||
|
||||
// If a callback was provided, execute it
|
||||
if( z.o.complete && z.o.complete.constructor == Function )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue