We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a6a49 commit c31a5eeCopy full SHA for c31a5ee
src/css.js
@@ -275,7 +275,7 @@ jQuery.extend({
275
});
276
277
// NOTE: To any future maintainer, we've used both window.getComputedStyle
278
-// and window.getComputedStyle here to produce a better gzip size
+// and getComputedStyle here to produce a better gzip size
279
if ( window.getComputedStyle ) {
280
curCSS = function( elem, name ) {
281
var ret, width,
0 commit comments