aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/lib/ReactReconciler.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/react-dom/lib/ReactReconciler.js')
-rw-r--r--node_modules/react-dom/lib/ReactReconciler.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/node_modules/react-dom/lib/ReactReconciler.js b/node_modules/react-dom/lib/ReactReconciler.js
index 7b3cdfdc4..23e54a020 100644
--- a/node_modules/react-dom/lib/ReactReconciler.js
+++ b/node_modules/react-dom/lib/ReactReconciler.js
@@ -24,7 +24,6 @@ function attachRefs() {
}
var ReactReconciler = {
-
/**
* Initializes the component, renders markup, and registers event listeners.
*
@@ -36,8 +35,8 @@ var ReactReconciler = {
* @final
* @internal
*/
- mountComponent: function (internalInstance, transaction, hostParent, hostContainerInfo, context, parentDebugID // 0 in production and for roots
- ) {
+ mountComponent: function (internalInstance, transaction, hostParent, hostContainerInfo, context, parentDebugID) // 0 in production and for roots
+ {
if (process.env.NODE_ENV !== 'production') {
if (internalInstance._debugID !== 0) {
ReactInstrumentation.debugTool.onBeforeMountComponent(internalInstance._debugID, internalInstance._currentElement, parentDebugID);
@@ -161,7 +160,6 @@ var ReactReconciler = {
}
}
}
-
};
module.exports = ReactReconciler; \ No newline at end of file