aboutsummaryrefslogtreecommitdiffstats
path: root/src/dimensions.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/dimensions.js')
-rw-r--r--src/dimensions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dimensions.js b/src/dimensions.js
index 7371f00fa..606b105eb 100644
--- a/src/dimensions.js
+++ b/src/dimensions.js
@@ -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 ?