(e3)
| 6061 | this._core.attachCustomWheelEventHandler(e3); |
| 6062 | } |
| 6063 | registerLinkProvider(e3) { |
| 6064 | return this._core.registerLinkProvider(e3); |
| 6065 | } |
| 6066 | registerCharacterJoiner(e3) { |
| 6067 | return this._checkProposedApi(), this._core.registerCharacterJoiner(e3); |
| 6068 | } |
nothing calls this directly
no test coverage detected