Clears the close timeout.
()
| 469 | |
| 470 | /** Clears the close timeout. */ |
| 471 | _clearCloseTimeout() { |
| 472 | if (this._closeTimeout) { |
| 473 | clearTimeout(this._closeTimeout); |
| 474 | this._closeTimeout = undefined; |
| 475 | } |
| 476 | } |
| 477 | } |
| 478 | |
| 479 | /** The menubar ui pattern class. */ |
no outgoing calls
no test coverage detected