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

Function MapController

docs/tests/v2/es6/js/sanddance.js:50844–50852  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

50842 _inherits(MapController, _Controller);
50843
50844 function MapController(props) {
50845 var _this2;
50846
50847 _classCallCheck(this, MapController);
50848
50849 _this2 = _possibleConstructorReturn(this, _getPrototypeOf(MapController).call(this, MapState, props));
50850 _this2.invertPan = true;
50851 return _this2;
50852 }
50853
50854 _createClass(MapController, [{
50855 key: "_getTransitionProps",

Callers

nothing calls this directly

Calls 3

_classCallCheckFunction · 0.70
_getPrototypeOfFunction · 0.70

Tested by

no test coverage detected