Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jan 23, 2016
1 parent fe2699e commit aa14687
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/dom-api-shady.html
Expand Up @@ -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) {
Expand Down

0 comments on commit aa14687

Please sign in to comment.