From d487b06d93a576e66b81a0620207f083712268d1 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Wed, 6 Jun 2012 22:59:44 -0400 Subject: Fixes two typos --- test/unit/dimensions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/dimensions.js b/test/unit/dimensions.js index 4a9dd0b42..377b6f83a 100644 --- a/test/unit/dimensions.js +++ b/test/unit/dimensions.js @@ -430,7 +430,7 @@ testIframe( "dimensions/documentSmall", "window vs. small document", function( j testIframe( "dimensions/documentLarge", "window vs. large document", function( jQuery, window, document ) { expect(2); - if ( jQuery.fn.height && jQuery.fn. width ) { + if ( jQuery.fn.height && jQuery.fn.width ) { expect(2); ok( jQuery( document ).height() > jQuery( window ).height(), "document height is larger than window height" ); ok( jQuery( document ).width() > jQuery( window ).width(), "document width is larger than window width" ); -- cgit v1.2.3