]> source.dussan.org Git - jquery.git/commitdiff
CSS: Fix the pixelMarginRight support test in IE8
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 8 Feb 2015 01:03:17 +0000 (02:03 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sun, 8 Feb 2015 01:03:17 +0000 (02:03 +0100)
src/css/support.js

index 2898f0cb59f2454d303beb7151040403706781fc..ab36274d19e58de442592ec4bbfbad7af1c8679b 100644 (file)
@@ -103,7 +103,7 @@ define([
                // Support: IE<9
                // Assume reasonable values in the absence of getComputedStyle
                pixelPositionVal = boxSizingReliableVal = false;
-               reliableMarginRightVal = true;
+               pixelMarginRightVal = reliableMarginRightVal = true;
 
                // Check for getComputedStyle so that this code is not run in IE<9.
                if ( window.getComputedStyle ) {