(cb)
| 280 | |
| 281 | // Called by 'scroll' and 'resize' events, clears scroll position cache. |
| 282 | updateFrameAndClearCache(cb) { |
| 283 | this.clearSizeCache(); |
| 284 | return this.updateFrame(cb); |
| 285 | } |
| 286 | |
| 287 | updateFrame(cb) { |
| 288 | this.updateScrollParent(); |
nothing calls this directly
no test coverage detected