From aa1468725083afa91b6a69323b7571de8b20bfa6 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Fri, 22 Jan 2016 18:11:17 -0800 Subject: [PATCH] Update comment. --- src/lib/dom-api-shady.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/dom-api-shady.html b/src/lib/dom-api-shady.html index 1d8271832f..c1ed083980 100644 --- a/src/lib/dom-api-shady.html +++ b/src/lib/dom-api-shady.html @@ -107,8 +107,9 @@ // NOTE: we only remove from existing location iff shady dom is involved. // This is because a node fragment is passed to the native add method // which expects to see fragment children. Regular elements must also - // use this check because not doing so causes queuing of attached/detached - // and breaks, for example, dom-if's attached/detached checks. + // use this check because not doing so causes separation of + // attached/detached and breaks, for example, + // dom-if's attached/detached checks. if (handled) { if (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) { while (node.firstChild) {