Add comment for renderToStringImpl parameter (#10634)

This commit is contained in:
Daniel Liburd
2017-09-07 10:05:19 -07:00
committed by Andrew Clark
parent 79074a8059
commit f1d00156df
@@ -27,6 +27,7 @@ var pendingTransactions = 0;
/**
* @param {ReactElement} element
* @param {boolean} makeStaticMarkup
* @return {string} the HTML markup
*/
function renderToStringImpl(element, makeStaticMarkup) {