This commit is contained in:
scottjehl 2011-01-13 14:14:04 -05:00
commit 610ab137da
42 changed files with 2307 additions and 2069 deletions

View file

@ -25,7 +25,7 @@ jQuery.each([ "Height", "Width" ], function( i, name ) {
if ( !elem ) {
return size == null ? null : this;
}
if ( jQuery.isFunction( size ) ) {
return this.each(function( i ) {
var self = jQuery( this );