* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
(renderToStaticMarkup)
| 13357 | * @param {boolean} renderToStaticMarkup |
| 13358 | */ |
| 13359 | function ReactServerRenderingTransaction(renderToStaticMarkup) { |
| 13360 | this.reinitializeTransaction(); |
| 13361 | this.renderToStaticMarkup = renderToStaticMarkup; |
| 13362 | this.useCreateElement = false; |
| 13363 | } |
| 13364 | |
| 13365 | var Mixin = { |
| 13366 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…