Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ onEnd
Function
onEnd
static/vuejs/vue.common.js:6284–6290 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
6282
cb();
6283
};
6284
var
onEnd =
function
(e) {
6285
if
(e.target === el) {
6286
if
(++ended >= propCount) {
6287
end();
6288
}
6289
}
6290
};
6291
setTimeout(
function
() {
6292
if
(ended < propCount) {
6293
end();
Callers
nothing calls this directly
Calls
1
end
Function · 0.70
Tested by
no test coverage detected