remove trailing spaces
[jquery.git] / src / dimensions.js
index 7371f00..606b105 100644 (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 ?