Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/scheduler
/ on
Method
on
codebase/dhtmlxscheduler.es.js:707–715 ·
view source on GitHub ↗
(i, t)
Source
from the content-addressed store, hash-verified
705
return
this._ready;
706
}
707
on(i, t) {
708
this.ready().then((n) => {
709
if
(typeof i ==
"string"
)
710
n.on(i, t);
711
else
712
for
(
const
s in i)
713
n.on(s, i[s]);
714
});
715
}
716
}
717
function
Ot(e) {
718
function
i(n, s) {
Callers
nothing calls this directly
Calls
2
ready
Method · 0.95
on
Method · 0.45
Tested by
no test coverage detected