aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/lib/ReactReconciler.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/react-dom/lib/ReactReconciler.js
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
node_modules
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