remove trailing spaces

This commit is contained in:
Brandon Aaron 2009-03-23 01:55:17 +00:00
parent e06da1724c
commit f8ef75eb91
11 changed files with 77 additions and 77 deletions

View file

@ -16,7 +16,7 @@ jQuery.each([ "Height", "Width" ], function(i, name){
jQuery.css( this[0], type, false, margin ? "margin" : "border" ) :
null;
};
jQuery.fn[ type ] = function( size ) {
// Get window width or height
return this[0] == window ?