()
| 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; |
nothing calls this directly
no test coverage detected