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

Function onEnd

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

Source from the content-addressed store, hash-verified

5828 cb();
5829 };
5830 var onEnd = function (e) {
5831 if (e.target === el) {
5832 if (++ended >= propCount) {
5833 end();
5834 }
5835 }
5836 };
5837 setTimeout(function () {
5838 if (ended < propCount) {
5839 end();

Callers

nothing calls this directly

Calls 1

endFunction · 0.70

Tested by

no test coverage detected