(elm)
| 5859 | } |
| 5860 | |
| 5861 | function emptyNodeAt (elm) { |
| 5862 | return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm) |
| 5863 | } |
| 5864 | |
| 5865 | function createRmCb (childElm, listeners) { |
| 5866 | function remove$$1 () { |
no outgoing calls
no test coverage detected