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