fix doc for React Native mountComponent (#7313)

This commit is contained in:
Patrick Finnigan
2016-07-25 16:19:15 -07:00
committed by Paul O’Shannessy
parent 9d33fb0b76
commit 85dcbf83c5
2 changed files with 5 additions and 3 deletions
@@ -518,7 +518,7 @@ ReactDOMComponent.Mixin = {
*
* @internal
* @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction
* @param {?ReactDOMComponent} the containing DOM component instance
* @param {?ReactDOMComponent} the parent component instance
* @param {?object} info about the host container
* @param {object} context
* @return {string} The computed markup.
@@ -171,8 +171,10 @@ ReactNativeBaseComponent.Mixin = {
},
/**
* @param {string} rootID Root ID of this subtree.
* @param {Transaction} transaction For creating/updating.
* @param {ReactNativeReconcileTransaction} transaction
* @param {?ReactNativeBaseComponent} the parent component instance
* @param {?object} info about the host container
* @param {object} context
* @return {string} Unique iOS view tag.
*/
mountComponent: function(transaction, hostParent, hostContainerInfo, context) {