From 4a67512f8bfb1b7b19837fb1f8920a33061933e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Sun, 8 Feb 2015 02:03:17 +0100 Subject: [PATCH] CSS: Fix the pixelMarginRight support test in IE8 --- src/css/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/support.js b/src/css/support.js index 2898f0cb5..ab36274d1 100644 --- a/src/css/support.js +++ b/src/css/support.js @@ -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 ) { -- 2.39.5