mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 17:14:58 -05:00
CSS: Fix the pixelMarginRight support test in IE8
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user