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