()
| 422 | } |
| 423 | |
| 424 | onExitDOM() { |
| 425 | ResizeHandler.deregister(document.body, this._handleResizeBound); |
| 426 | } |
| 427 | |
| 428 | /** |
| 429 | * Returns the timestamp for a specific month index when displaying multiple months |
nothing calls this directly
no test coverage detected