()
| 20962 | inherits(StyleSheetManager, _Component); |
| 20963 | |
| 20964 | function StyleSheetManager() { |
| 20965 | classCallCheck(this, StyleSheetManager); |
| 20966 | return possibleConstructorReturn(this, _Component.apply(this, arguments)); |
| 20967 | } |
| 20968 | |
| 20969 | StyleSheetManager.prototype.getChildContext = function getChildContext() { |
| 20970 | var _ref; |
nothing calls this directly
no test coverage detected