(elem)
| 31 | } |
| 32 | |
| 33 | static isVisible(elem) { |
| 34 | var el = elem[0]; |
| 35 | return el.offsetWidth > 0 && el.offsetHeight > 0; |
| 36 | } |
| 37 | |
| 38 | static hideAll() { |
| 39 | for (const el of document.getElementsByClassName('ui-timepicker-input')) { |
no outgoing calls
no test coverage detected