From: Elijah Manor Date: Wed, 8 Aug 2012 20:36:20 +0000 (-0500) Subject: Updated the comment above the fix X-Git-Tag: 1.9.0b1~103^2^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f952b97997e529f872859e5cfd43070fc533f3b0;p=jquery.git Updated the comment above the fix --- diff --git a/src/manipulation.js b/src/manipulation.js index 457975a59..22dfc9171 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -589,8 +589,8 @@ jQuery.extend({ fix8908; if ( jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { - // Fixes #8909 - By accessing one of the cloned element's computed styles it breaks the - // connection with the source element's styles in IE9/10 + // Fixes #8909 - By accessing one of the element's computed styles it breaks the + // connection with the cloned element's styles in IE9/10 if ( elem.nodeType === 1 && window.getComputedStyle ) { fix8908 = ( window.getComputedStyle( elem, null ) || {} ).backgroundImage; }