(elm)
| 5852 | } |
| 5853 | |
| 5854 | function emptyNodeAt (elm) { |
| 5855 | return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm) |
| 5856 | } |
| 5857 | |
| 5858 | function createRmCb (childElm, listeners) { |
| 5859 | function remove$$1 () { |
no outgoing calls
no test coverage detected