]> source.dussan.org Git - jquery.git/commitdiff
Updated the comment above the fix
authorElijah Manor <elijah.manor@gmail.com>
Wed, 8 Aug 2012 20:36:20 +0000 (15:36 -0500)
committerElijah Manor <elijah.manor@gmail.com>
Wed, 8 Aug 2012 20:36:20 +0000 (15:36 -0500)
src/manipulation.js

index 457975a59321ec2e1de2c2b5fed1e81488da6d86..22dfc91711a645cd44dbe05b38f86b2193d814bf 100644 (file)
@@ -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;
                        }