Skip to content

Commit 08f52d6

Browse files
committed
jQuery.support core style guide correction. Fixes #8978
1 parent fb65ba4 commit 08f52d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jQuery.support = (function() {
198198
// Fails in WebKit before Feb 2011 nightlies
199199
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
200200
if ( document.defaultView && document.defaultView.getComputedStyle ) {
201-
marginDiv = document.createElement('div');
201+
marginDiv = document.createElement( "div" );
202202
marginDiv.style.width = "0";
203203
marginDiv.style.marginRight = "0";
204204
div.appendChild( marginDiv );

0 commit comments

Comments
 (0)