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

Function trigger

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

Source from the content-addressed store, hash-verified

6802}
6803
6804function trigger (el, type) {
6805 var e = document.createEvent('HTMLEvents');
6806 e.initEvent(type, true, true);
6807 el.dispatchEvent(e);
6808}
6809
6810/* */
6811

Callers 2

vue.jsFile · 0.70
onCompositionEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected