]> source.dussan.org Git - jquery.git/commitdiff
Fixes two typos
authorRick Waldron <waldron.rick@gmail.com>
Thu, 7 Jun 2012 02:59:44 +0000 (22:59 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Thu, 7 Jun 2012 02:59:55 +0000 (22:59 -0400)
README.md
test/unit/dimensions.js

index 0d84e10726917175431f76f675282f8ac7c4e030..51d40f9886191007a3986a1d4b4b0d90d21669bc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Make sure you have `grunt` installed by testing:
 
 
 
-Then, to get a complete, minified (w/ Ugligy.js), linted (w/ JSHint) version of jQuery, type the following:
+Then, to get a complete, minified (w/ Uglify.js), linted (w/ JSHint) version of jQuery, type the following:
 
 #### `grunt` ####
 
index 4a9dd0b4209c511a28495366e180e83f0dd39f55..377b6f83a31271e3bd4b538dfbb89a6eee21a5d1 100644 (file)
@@ -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" );