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

Function trigger

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

Source from the content-addressed store, hash-verified

6358}
6359
6360function trigger (el, type) {
6361 var e = document.createEvent('HTMLEvents');
6362 e.initEvent(type, true, true);
6363 el.dispatchEvent(e);
6364}
6365
6366/* */
6367

Callers 2

vue.runtime.esm.jsFile · 0.70
onCompositionEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected