CSS: Fix the pixelMarginRight support test in IE8

This commit is contained in:
Michał Gołębiowski 2015-02-08 02:03:17 +01:00
parent 25bc6809c5
commit 4a67512f8b

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