(props)
| 57926 | _inherits(OrbitController, _Controller); |
| 57927 | |
| 57928 | function OrbitController(props) { |
| 57929 | _classCallCheck(this, OrbitController); |
| 57930 | |
| 57931 | return _possibleConstructorReturn(this, _getPrototypeOf(OrbitController).call(this, OrbitState, props)); |
| 57932 | } |
| 57933 | |
| 57934 | _createClass(OrbitController, [{ |
| 57935 | key: "_getTransitionProps", |
nothing calls this directly
no test coverage detected