(o)
| 34 | } |
| 35 | |
| 36 | button(o) { |
| 37 | if (!this.options.tooltip && o.tooltip) { |
| 38 | delete o.tooltip; |
| 39 | } |
| 40 | o.container = this.options.container; |
| 41 | return this.ui.button(o); |
| 42 | } |
| 43 | |
| 44 | initialize() { |
| 45 | this.addToolbarButtons(); |
no outgoing calls
no test coverage detected