(props)
| 89957 | (0, _inheritsDefault.default)(MapController1, _Controller); |
| 89958 | var _super2 = _createSuper(MapController1); |
| 89959 | function MapController1(props) { |
| 89960 | var _this2; |
| 89961 | (0, _classCallCheckDefault.default)(this, MapController1); |
| 89962 | _this2 = _super2.call(this, MapState, props); |
| 89963 | _this2.invertPan = true; |
| 89964 | return _this2; |
| 89965 | } |
| 89966 | (0, _createClassDefault.default)(MapController1, [ |
| 89967 | { |
| 89968 | key: "_getTransitionProps", |
nothing calls this directly
no outgoing calls
no test coverage detected