From db0ff96200ca4a6f6ef6fbc8ec1968c153630a9a Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Thu, 1 Aug 2013 14:52:08 -0400 Subject: [PATCH] Change ref from ReactID to ReactInstanceHandles --- src/core/ReactMultiChild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ReactMultiChild.js b/src/core/ReactMultiChild.js index 1f3b60aad1..ffe09a20c5 100644 --- a/src/core/ReactMultiChild.js +++ b/src/core/ReactMultiChild.js @@ -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 );