()
| 6640 | } }); |
| 6641 | } |
| 6642 | _initDelayedFunctions() { |
| 6643 | const i = this._scheduler; |
| 6644 | this.delayShow && this.delayShow.$cancelTimeout(), this.delayHide && this.delayHide.$cancelTimeout(), this.tooltip.hide(), this.delayShow = ne.delay((t, n) => { |
| 6645 | i.callEvent("onBeforeTooltip", [t]) === !1 ? this.tooltip.hide() : (this.tooltip.setContent(n), this.tooltip.show(t)); |
| 6646 | }, i.config.tooltip_timeout || 1), this.delayHide = ne.delay(() => { |
| 6647 | this.delayShow.$cancelTimeout(), this.tooltip.hide(); |
| 6648 | }, i.config.tooltip_hide_timeout || 1); |
| 6649 | } |
| 6650 | } |
| 6651 | const Fa = { active_links: function(e) { |
| 6652 | e.config.active_link_view = "day", e._active_link_click = function(i) { |
no test coverage detected