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

Function remove$2

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

Source from the content-addressed store, hash-verified

5433}
5434
5435function remove$2 (
5436 event,
5437 handler,
5438 capture,
5439 _target
5440) {
5441 (_target || target$1).removeEventListener(event, handler, capture);
5442}
5443
5444function updateDOMListeners (oldVnode, vnode) {
5445 if (!oldVnode.data.on && !vnode.data.on) {

Callers 1

add$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected