(elm)
| 4572 | } |
| 4573 | |
| 4574 | function emptyNodeAt (elm) { |
| 4575 | return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm) |
| 4576 | } |
| 4577 | |
| 4578 | function createRmCb (childElm, listeners) { |
| 4579 | function remove$$1 () { |
no outgoing calls
no test coverage detected