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

Function onEnd

static/vuejs/vue.runtime.common.js:5836–5842  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5834 cb();
5835 };
5836 var onEnd = function (e) {
5837 if (e.target === el) {
5838 if (++ended >= propCount) {
5839 end();
5840 }
5841 }
5842 };
5843 setTimeout(function () {
5844 if (ended < propCount) {
5845 end();

Callers

nothing calls this directly

Calls 1

endFunction · 0.70

Tested by

no test coverage detected