mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
CSS: Fix the pixelMarginRight support test in IE8
This commit is contained in:
parent
25bc6809c5
commit
4a67512f8b
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user