diff options
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, |