()
| 80 | } |
| 81 | |
| 82 | deleteTooltip () { |
| 83 | if (this.tooltip != null) { |
| 84 | this.tooltip.off('blur') |
| 85 | this.tooltip.remove() |
| 86 | return this.tooltip = null |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | onBlurTooltip (e) { |
| 91 | return this.deleteTooltip() |
no outgoing calls
no test coverage detected