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

Function on

static/vuejs/vue.js:1869–1872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1867 Vue.prototype.$once = function (event, fn) {
1868 var vm = this;
1869 function on () {
1870 vm.$off(event, on);
1871 fn.apply(vm, arguments);
1872 }
1873 on.fn = fn;
1874 vm.$on(event, on);
1875 return vm

Callers 15

NativeScrollbarsFunction · 0.50
codemirror.min.jsFile · 0.50
initScrollbarsFunction · 0.50
registerEventHandlersFunction · 0.50
leftButtonStartDragFunction · 0.50
leftButtonSelectFunction · 0.50
showCrossHairFunction · 0.50
markTextFunction · 0.50
eventMixinFunction · 0.50
registerGlobalHandlersFunction · 0.50
NativeScrollbarsFunction · 0.50
codemirror.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected