()
| 863 | } |
| 864 | |
| 865 | _saveExpectedClientSize() { |
| 866 | this._expectedClientWidth = this._screen.clientWidth; |
| 867 | this._expectedClientHeight = this._screen.clientHeight; |
| 868 | } |
| 869 | |
| 870 | _currentClientSize() { |
| 871 | return [this._screen.clientWidth, this._screen.clientHeight]; |
no outgoing calls
no test coverage detected