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

Function remove$2

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

Source from the content-addressed store, hash-verified

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

Callers 1

add$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected