()
| 429 | } |
| 430 | |
| 431 | clearBackdropAnimationTimeout() { |
| 432 | if (this._backdropAnimationTimeout) { |
| 433 | clearTimeout(this._backdropAnimationTimeout); |
| 434 | this._backdropAnimationTimeout = undefined; |
| 435 | } |
| 436 | } |
| 437 | |
| 438 | renderModalDialog() { |
| 439 | const attributes = omit(this.props, propsToOmit); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…