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