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

Method getSchedulerInstance

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

Source from the content-addressed store, hash-verified

11020 this._schedulerPlugins.push(e), _e.scheduler && e(_e.scheduler);
11021 }
11022 getSchedulerInstance(e) {
11023 for (var i = ea(this._extensionsManager), t = 0; t < this._schedulerPlugins.length; t++)
11024 this._schedulerPlugins[t](i);
11025 return i._internal_id = this._seed++, this.$syncFactory && this.$syncFactory(i), e && this._initFromConfig(i, e), i;
11026 }
11027 _initFromConfig(e, i) {
11028 if (i.plugins && e.plugins(i.plugins), i.config && e.mixin(e.config, i.config, !0), i.templates && e.attachEvent("onTemplatesReady", function() {
11029 e.mixin(e.templates, i.templates, !0);

Callers

nothing calls this directly

Calls 2

eaFunction · 0.70
_initFromConfigMethod · 0.45

Tested by

no test coverage detected