aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorElijah Manor <elijah.manor@gmail.com>2012-08-08 15:36:20 -0500
committerElijah Manor <elijah.manor@gmail.com>2012-08-08 15:36:20 -0500
commitf952b97997e529f872859e5cfd43070fc533f3b0 (patch)
tree6a400c21c80dcb53dddd7e3c0e1088ad313abdba /src/manipulation.js
parentd5d8622329e379e449b54ab8805f043d1e6ec02a (diff)
downloadjquery-f952b97997e529f872859e5cfd43070fc533f3b0.tar.gz
jquery-f952b97997e529f872859e5cfd43070fc533f3b0.zip
Updated the comment above the fix
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js4
1 files changed, 2 insertions, 2 deletions
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;
}