()
| 255 | } |
| 256 | |
| 257 | clearHideTimeout() { |
| 258 | clearTimeout(this._hideTimeout); |
| 259 | this._hideTimeout = undefined; |
| 260 | } |
| 261 | |
| 262 | addEventOnTargets(type, handler, isBubble) { |
| 263 | this._targets.forEach((target) => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…