]> source.dussan.org Git - jquery.git/commitdiff
Fix comment block indents
authorRick Waldron <waldron.rick@gmail.com>
Mon, 18 Jun 2012 17:28:47 +0000 (13:28 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 18 Jun 2012 17:28:47 +0000 (13:28 -0400)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
src/support.js

index 334175ff6abb7ac55543ae087f7b93bcf988eb95..612e2942b0352482d903163b48b8fba4af7d44c0 100644 (file)
@@ -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%";