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 fb65ba4 commit 08f52d6Copy full SHA for 08f52d6
src/support.js
@@ -198,7 +198,7 @@ jQuery.support = (function() {
198
// Fails in WebKit before Feb 2011 nightlies
199
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
200
if ( document.defaultView && document.defaultView.getComputedStyle ) {
201
- marginDiv = document.createElement('div');
+ marginDiv = document.createElement( "div" );
202
marginDiv.style.width = "0";
203
marginDiv.style.marginRight = "0";
204
div.appendChild( marginDiv );
0 commit comments