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