Skip to content

Commit c31a5ee

Browse files
committed
Fixes typo in comment
1 parent 90a6a49 commit c31a5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jQuery.extend({
275275
});
276276

277277
// NOTE: To any future maintainer, we've used both window.getComputedStyle
278-
// and window.getComputedStyle here to produce a better gzip size
278+
// and getComputedStyle here to produce a better gzip size
279279
if ( window.getComputedStyle ) {
280280
curCSS = function( elem, name ) {
281281
var ret, width,

0 commit comments

Comments
 (0)