()
| 102 | } |
| 103 | |
| 104 | onShow() { |
| 105 | this.setFrameDim(); |
| 106 | this.eFrame.classList.remove('m-show'); |
| 107 | this.eFrame.classList.add('m-show'); |
| 108 | } |
| 109 | |
| 110 | closeFrame(reset, disconnect, ev) { |
| 111 | this.eFrame.classList.remove('m-show'); |
no test coverage detected