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