(parent, e)
| 7105 | } |
| 7106 | |
| 7107 | function removeChildrenAndAdd(parent, e) { |
| 7108 | return removeChildren(parent).appendChild(e); |
| 7109 | } |
| 7110 | |
| 7111 | function contains(parent, child) { |
| 7112 | if (parent.contains) |
no test coverage detected
searching dependent graphs…