From: Rick Waldron Date: Mon, 18 Jun 2012 18:17:10 +0000 (-0400) Subject: Fixes typo in comment X-Git-Tag: 1.8b1~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c31a5ee9aaf80a2f36a30cbede9b30de56a05d44;p=jquery.git Fixes typo in comment --- diff --git a/src/css.js b/src/css.js index ac70a98d0..b1df6d422 100644 --- a/src/css.js +++ b/src/css.js @@ -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,