()
| 21011 | |
| 21012 | var ServerStyleSheet = function () { |
| 21013 | function ServerStyleSheet() { |
| 21014 | classCallCheck(this, ServerStyleSheet); |
| 21015 | |
| 21016 | /* The master sheet might be reset, so keep a reference here */ |
| 21017 | this.masterSheet = StyleSheet.master; |
| 21018 | this.instance = this.masterSheet.clone(); |
| 21019 | this.closed = false; |
| 21020 | } |
| 21021 | |
| 21022 | ServerStyleSheet.prototype.complete = function complete() { |
| 21023 | if (!this.closed) { |
nothing calls this directly
no test coverage detected