We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bc680 commit 4a67512Copy full SHA for 4a67512
src/css/support.js
@@ -103,7 +103,7 @@ define([
103
// Support: IE<9
104
// Assume reasonable values in the absence of getComputedStyle
105
pixelPositionVal = boxSizingReliableVal = false;
106
- reliableMarginRightVal = true;
+ pixelMarginRightVal = reliableMarginRightVal = true;
107
108
// Check for getComputedStyle so that this code is not run in IE<9.
109
if ( window.getComputedStyle ) {
0 commit comments