MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / vt

Function vt

codebase/dhtmlxscheduler.es.js:1561–1570  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1559 } };
1560}
1561function vt(e) {
1562 return (function() {
1563 var i = {};
1564 for (var t in this._events) {
1565 var n = this._events[t];
1566 n.id.toString().indexOf("#") == -1 && (i[n.id] = n);
1567 }
1568 return i;
1569 }).bind(e);
1570}
1571function Ft(e) {
1572 e._loaded = {}, e._load = function(t, n) {
1573 if (t = t || this._load_url) {

Callers 2

FtFunction · 0.85

Calls 1

bindMethod · 0.65

Tested by

no test coverage detected