MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / ThemeProvider

Function ThemeProvider

code/styling/public/app.js:21275–21284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21273 inherits(ThemeProvider, _Component);
21274
21275 function ThemeProvider() {
21276 classCallCheck(this, ThemeProvider);
21277
21278 var _this = possibleConstructorReturn(this, _Component.call(this));
21279
21280 _this.unsubscribeToOuterId = -1;
21281
21282 _this.getTheme = _this.getTheme.bind(_this);
21283 return _this;
21284 }
21285
21286 ThemeProvider.prototype.componentWillMount = function componentWillMount() {
21287 var _this2 = this;

Callers

nothing calls this directly

Calls 2

classCallCheckFunction · 0.85

Tested by

no test coverage detected