MCPcopy Create free account
hub / github.com/TruthHun/BookStack / remove$2

Function remove$2

static/vuejs/vue.esm.js:5887–5894  ·  view source on GitHub ↗
(
  event,
  handler,
  capture,
  _target
)

Source from the content-addressed store, hash-verified

5885}
5886
5887function remove$2 (
5888 event,
5889 handler,
5890 capture,
5891 _target
5892) {
5893 (_target || target$1).removeEventListener(event, handler, capture);
5894}
5895
5896function updateDOMListeners (oldVnode, vnode) {
5897 if (!oldVnode.data.on && !vnode.data.on) {

Callers 1

add$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected