mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
jQuery.support core style guide correction. Fixes #8978
This commit is contained in:
parent
fb65ba418a
commit
08f52d69bd
@ -198,7 +198,7 @@ jQuery.support = (function() {
|
|||||||
// Fails in WebKit before Feb 2011 nightlies
|
// Fails in WebKit before Feb 2011 nightlies
|
||||||
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
|
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
|
||||||
if ( document.defaultView && document.defaultView.getComputedStyle ) {
|
if ( document.defaultView && document.defaultView.getComputedStyle ) {
|
||||||
marginDiv = document.createElement('div');
|
marginDiv = document.createElement( "div" );
|
||||||
marginDiv.style.width = "0";
|
marginDiv.style.width = "0";
|
||||||
marginDiv.style.marginRight = "0";
|
marginDiv.style.marginRight = "0";
|
||||||
div.appendChild( marginDiv );
|
div.appendChild( marginDiv );
|
||||||
|
Loading…
Reference in New Issue
Block a user