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

Function on

static/vuejs/vue.runtime.esm.js:1859–1862  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1857 Vue.prototype.$once = function (event, fn) {
1858 var vm = this;
1859 function on () {
1860 vm.$off(event, on);
1861 fn.apply(vm, arguments);
1862 }
1863 on.fn = fn;
1864 vm.$on(event, on);
1865 return vm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected