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 ) {