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

Function remove$2

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

Source from the content-addressed store, hash-verified

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

Callers 1

add$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected