mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 05:28:05 -05:00
Fix comment block indents
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
@@ -211,10 +211,10 @@ jQuery.support = (function() {
|
||||
support.boxSizing = ( div.offsetWidth === 4 );
|
||||
support.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== 1 );
|
||||
|
||||
// NOTE: To any future maintainer, window.getComputedStyle was used here
|
||||
// instead of getComputedStyle because it gave a better gzip size.
|
||||
// The difference between window.getComputedStyle and getComputedStyle is
|
||||
// 7 bytes
|
||||
// NOTE: To any future maintainer, window.getComputedStyle was used here
|
||||
// instead of getComputedStyle because it gave a better gzip size.
|
||||
// The difference between window.getComputedStyle and getComputedStyle is
|
||||
// 7 bytes
|
||||
if ( window.getComputedStyle ) {
|
||||
support.pixelMargin = ( window.getComputedStyle( div, null ) || {} ).marginTop !== "1%";
|
||||
support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%";
|
||||
|
||||
Reference in New Issue
Block a user