From 5aaa276e9e0041d099c954fc2744f0797e3893b0 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Tue, 26 Mar 2013 04:45:09 +0100 Subject: Remove an unused support check, correct a comment. Close gh-1211. --- src/support.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/support.js') diff --git a/src/support.js b/src/support.js index b80957a39..67ba005dc 100644 --- a/src/support.js +++ b/src/support.js @@ -85,7 +85,6 @@ jQuery.support = (function( support ) { jQuery.swap( body, body.style.zoom != null ? { zoom: 1 } : {}, function() { support.boxSizing = div.offsetWidth === 4; }); - support.doesNotIncludeMarginInBodyOffset = body.offsetTop !== 1; // Use window.getComputedStyle because jsdom on node.js will break without it. if ( window.getComputedStyle ) { -- cgit v1.2.3