(childElm, listeners)
| 4576 | } |
| 4577 | |
| 4578 | function createRmCb (childElm, listeners) { |
| 4579 | function remove$$1 () { |
| 4580 | if (--remove$$1.listeners === 0) { |
| 4581 | removeNode(childElm); |
| 4582 | } |
| 4583 | } |
| 4584 | remove$$1.listeners = listeners; |
| 4585 | return remove$$1 |
| 4586 | } |
| 4587 | |
| 4588 | function removeNode (el) { |
| 4589 | var parent = nodeOps.parentNode(el); |
no outgoing calls
no test coverage detected