(props)
| 97796 | (0, _inheritsDefault.default)(GlobeController1, _Controller); |
| 97797 | var _super2 = _createSuper(GlobeController1); |
| 97798 | function GlobeController1(props) { |
| 97799 | var _this; |
| 97800 | (0, _classCallCheckDefault.default)(this, GlobeController1); |
| 97801 | _this = _super2.call(this, GlobeState, props); |
| 97802 | _this.invertPan = true; |
| 97803 | return _this; |
| 97804 | } |
| 97805 | (0, _createClassDefault.default)(GlobeController1, [ |
| 97806 | { |
| 97807 | key: "setProps", |
nothing calls this directly
no outgoing calls
no test coverage detected