(e)
| 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); |
nothing calls this directly
no test coverage detected