File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ jQuery.support = (function() {
211
211
support . boxSizing = ( div . offsetWidth === 4 ) ;
212
212
support . doesNotIncludeMarginInBodyOffset = ( body . offsetTop !== 1 ) ;
213
213
214
- // NOTE: To any future maintainer, window.getComputedStyle was used here
215
- // instead of getComputedStyle because it gave a better gzip size.
216
- // The difference between window.getComputedStyle and getComputedStyle is
217
- // 7 bytes
214
+ // NOTE: To any future maintainer, window.getComputedStyle was used here
215
+ // instead of getComputedStyle because it gave a better gzip size.
216
+ // The difference between window.getComputedStyle and getComputedStyle is
217
+ // 7 bytes
218
218
if ( window . getComputedStyle ) {
219
219
support . pixelMargin = ( window . getComputedStyle ( div , null ) || { } ) . marginTop !== "1%" ;
220
220
support . pixelPosition = ( window . getComputedStyle ( div , null ) || { } ) . top !== "1%" ;
You can’t perform that action at this time.
0 commit comments