MCPcopy Create free account
hub / github.com/microsoft/SandDance / MapController1

Function MapController1

docs/app/js/sanddance-app.js:89959–89965  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

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",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected