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

Function remove$2

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

Source from the content-addressed store, hash-verified

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

Callers 1

add$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected