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

Function GlobeController1

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected