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

Function on

static/vuejs/vue.runtime.js:1865–1868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1863 Vue.prototype.$once = function (event, fn) {
1864 var vm = this;
1865 function on () {
1866 vm.$off(event, on);
1867 fn.apply(vm, arguments);
1868 }
1869 on.fn = fn;
1870 vm.$on(event, on);
1871 return vm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected