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

Function remove$2

static/vuejs/vue.common.js:5889–5896  ·  view source on GitHub ↗
(
  event,
  handler,
  capture,
  _target
)

Source from the content-addressed store, hash-verified

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

Callers 1

add$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected