]> source.dussan.org Git - jquery.git/commitdiff
Fixes typo in comment
authorRick Waldron <waldron.rick@gmail.com>
Mon, 18 Jun 2012 18:17:10 +0000 (14:17 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 18 Jun 2012 18:17:10 +0000 (14:17 -0400)
src/css.js

index ac70a98d09b0cd4b85f19a3d5a404fcb1fa8652a..b1df6d4225eef167a10a5e6eae55984ede6d6c33 100644 (file)
@@ -275,7 +275,7 @@ jQuery.extend({
 });
 
 // NOTE: To any future maintainer, we've used both window.getComputedStyle
-// and window.getComputedStyle here to produce a better gzip size
+// and getComputedStyle here to produce a better gzip size
 if ( window.getComputedStyle ) {
        curCSS = function( elem, name ) {
                var ret, width,