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

Function onEnd

static/vuejs/vue.js:6278–6284  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

6276 cb();
6277 };
6278 var onEnd = function (e) {
6279 if (e.target === el) {
6280 if (++ended >= propCount) {
6281 end();
6282 }
6283 }
6284 };
6285 setTimeout(function () {
6286 if (ended < propCount) {
6287 end();

Callers

nothing calls this directly

Calls 1

endFunction · 0.70

Tested by

no test coverage detected