aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-06-06 22:59:44 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-06-06 22:59:55 -0400
commitd487b06d93a576e66b81a0620207f083712268d1 (patch)
tree03aee278efd6ee79f4943a903a318d3050513756 /test
parentb9b87d53c681a8337cdbdbe81f8f4e577e5ec277 (diff)
downloadjquery-d487b06d93a576e66b81a0620207f083712268d1.tar.gz
jquery-d487b06d93a576e66b81a0620207f083712268d1.zip
Fixes two typos
Diffstat (limited to 'test')
-rw-r--r--test/unit/dimensions.js2
1 files changed, 1 insertions, 1 deletions
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" );