(handler)
| 142580 | return this; |
| 142581 | }, |
| 142582 | tooltip (handler) { |
| 142583 | if (!arguments.length) return this._tooltip; |
| 142584 | if (handler !== this._tooltip) { |
| 142585 | this._tooltip = handler; |
| 142586 | this._resetRenderer(); |
| 142587 | } |
| 142588 | return this; |
| 142589 | }, |
| 142590 | loader (loader) { |
| 142591 | if (!arguments.length) return this._loader; |
| 142592 | if (loader !== this._loader) { |
nothing calls this directly
no outgoing calls
no test coverage detected