MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createRmCb

Function createRmCb

static/vuejs/vue.common.js:4578–4586  ·  view source on GitHub ↗
(childElm, listeners)

Source from the content-addressed store, hash-verified

4576 }
4577
4578 function createRmCb (childElm, listeners) {
4579 function remove$$1 () {
4580 if (--remove$$1.listeners === 0) {
4581 removeNode(childElm);
4582 }
4583 }
4584 remove$$1.listeners = listeners;
4585 return remove$$1
4586 }
4587
4588 function removeNode (el) {
4589 var parent = nodeOps.parentNode(el);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected