Skip to content
Permalink
Browse files
Fixes typo in comment
  • Loading branch information
rwaldron committed Jun 18, 2012
1 parent 90a6a49 commit c31a5ee
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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,

0 comments on commit c31a5ee

Please sign in to comment.