()
| 186 | // ultimately translated to relative scrolls. CoreScroller is not exported. |
| 187 | const CoreScroller = { |
| 188 | init() { |
| 189 | this.time = 0; |
| 190 | this.lastEvent = this.keyDownKey = null; |
| 191 | this.installCancelEventListener(); |
| 192 | }, |
| 193 | |
| 194 | // This installs listeners for events which should cancel smooth scrolling. |
| 195 | installCancelEventListener() { |
nothing calls this directly
no test coverage detected