()
| 86 | } |
| 87 | |
| 88 | hideZoomHelper() { |
| 89 | this.zomer.style.display = 'none'; |
| 90 | this.wrapper.style.cursor = this.cursor; |
| 91 | this.shown = false; |
| 92 | } |
| 93 | |
| 94 | static html() { |
| 95 | return '<canvas class="ptro-zoomer" width="" height="0"></canvas>'; |
no outgoing calls
no test coverage detected