diff options
author | scottjehl <scott@scottjehl.com> | 2011-01-13 14:14:04 -0500 |
---|---|---|
committer | scottjehl <scott@scottjehl.com> | 2011-01-13 14:14:04 -0500 |
commit | 610ab137da38106f8c464f099a304ae3795c2231 (patch) | |
tree | e55254f034702e0213c51e062a3d4aba5291f4e9 /src/dimensions.js | |
parent | 18fa1fd9da12fd6a259b422f91b663d9fbdb181e (diff) | |
parent | a8fa5f2ec1030bceb9a65d0237f0c92ae4e014dd (diff) | |
download | jquery-610ab137da38106f8c464f099a304ae3795c2231.tar.gz jquery-610ab137da38106f8c464f099a304ae3795c2231.zip |
Merge branch 'master' of https://github.com/jquery/jquery
Diffstat (limited to 'src/dimensions.js')
-rw-r--r-- | src/dimensions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dimensions.js b/src/dimensions.js index b4dae83c4..a292899b9 100644 --- a/src/dimensions.js +++ b/src/dimensions.js @@ -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 ); |