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

Function on

static/vuejs/vue.runtime.common.js:1861–1864  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected