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

Function ServerStyleSheet

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

Source from the content-addressed store, hash-verified

21011
21012var 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) {

Callers

nothing calls this directly

Calls 1

classCallCheckFunction · 0.85

Tested by

no test coverage detected