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