mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add comment for renderToStringImpl parameter (#10634)
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user