mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Update comment.
This commit is contained in:
parent
fe2699e0cc
commit
aa14687250
@ -107,8 +107,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
// 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user