Skip to content

Commit 4a67512

Browse files
committed
CSS: Fix the pixelMarginRight support test in IE8
1 parent 25bc680 commit 4a67512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ define([
103103
// Support: IE<9
104104
// Assume reasonable values in the absence of getComputedStyle
105105
pixelPositionVal = boxSizingReliableVal = false;
106-
reliableMarginRightVal = true;
106+
pixelMarginRightVal = reliableMarginRightVal = true;
107107

108108
// Check for getComputedStyle so that this code is not run in IE<9.
109109
if ( window.getComputedStyle ) {

0 commit comments

Comments
 (0)