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