Merge branch 'master' of https://github.com/jquery/jquery
This commit is contained in:
commit
610ab137da
42 changed files with 2307 additions and 2069 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue