()
| 262 | } |
| 263 | |
| 264 | public isRangesInLandscapeMode(): boolean { |
| 265 | return this.ranges.dataset.landscapeMode === "true"; |
| 266 | } |
| 267 | |
| 268 | public updatePanes(): void { |
| 269 | this.left.style.width = `${this.sepLeft}px`; |
no outgoing calls
no test coverage detected