(props)
| 96982 | (0, _inheritsDefault.default)(OrbitView1, _View); |
| 96983 | var _super2 = _createSuper(OrbitView1); |
| 96984 | function OrbitView1(props) { |
| 96985 | (0, _classCallCheckDefault.default)(this, OrbitView1); |
| 96986 | return _super2.call(this, Object.assign({}, props, { |
| 96987 | type: OrbitViewport |
| 96988 | })); |
| 96989 | } |
| 96990 | (0, _createClassDefault.default)(OrbitView1, [ |
| 96991 | { |
| 96992 | key: "controller", |
nothing calls this directly
no outgoing calls
no test coverage detected