From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/react-dom/lib/ReactReconciler.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'node_modules/react-dom/lib/ReactReconciler.js') 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 -- cgit v1.2.3