MCPcopy Create free account
hub / github.com/TruthHun/BookStack / trigger

Function trigger

static/vuejs/vue.esm.js:6808–6812  ·  view source on GitHub ↗
(el, type)

Source from the content-addressed store, hash-verified

6806}
6807
6808function trigger (el, type) {
6809 var e = document.createEvent('HTMLEvents');
6810 e.initEvent(type, true, true);
6811 el.dispatchEvent(e);
6812}
6813
6814/* */
6815

Callers 2

vue.esm.jsFile · 0.70
onCompositionEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected