| 8427 | function createOrbitControllerClass(factoryOptions) { |
| 8428 | function wrapper(props1) { |
| 8429 | class OrbitControllerInternal extends (0, _base.base).deck.OrbitController { |
| 8430 | constructor(props){ |
| 8431 | super(props); |
| 8432 | this.invertPan = true; |
nothing calls this directly
no outgoing calls
no test coverage detected