From c31a5ee9aaf80a2f36a30cbede9b30de56a05d44 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 18 Jun 2012 14:17:10 -0400 Subject: [PATCH] Fixes typo in comment --- src/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5