diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-18 14:17:10 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-18 14:17:10 -0400 |
commit | c31a5ee9aaf80a2f36a30cbede9b30de56a05d44 (patch) | |
tree | 23454608732d38f4569cc739570cccf65a567f5d /src/css.js | |
parent | 90a6a493e4aed3e2eb67c233a0374260487cf0a4 (diff) | |
download | jquery-c31a5ee9aaf80a2f36a30cbede9b30de56a05d44.tar.gz jquery-c31a5ee9aaf80a2f36a30cbede9b30de56a05d44.zip |
Fixes typo in comment
Diffstat (limited to 'src/css.js')
-rw-r--r-- | src/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |