Change ref from ReactID to ReactInstanceHandles

This commit is contained in:
Cheng Lou
2013-08-01 14:52:08 -04:00
parent 808e625d9d
commit db0ff96200
+1 -1
View File
@@ -201,7 +201,7 @@ var ReactMultiChild = {
var child = children[name];
if (children.hasOwnProperty(name) && child) {
var mountImage = child.mountComponent(
// Inlined for performance, see `ReactID.createReactID`.
// Inlined for performance, see `ReactInstanceHandles.createReactID`.
this._rootNodeID + '.' + name,
transaction
);