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/ReactChildReconciler.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'node_modules/react-dom/lib/ReactChildReconciler.js') diff --git a/node_modules/react-dom/lib/ReactChildReconciler.js b/node_modules/react-dom/lib/ReactChildReconciler.js index cf37bd63b..e89f763d3 100644 --- a/node_modules/react-dom/lib/ReactChildReconciler.js +++ b/node_modules/react-dom/lib/ReactChildReconciler.js @@ -59,8 +59,8 @@ var ReactChildReconciler = { * @return {?object} A set of child instances. * @internal */ - instantiateChildren: function (nestedChildNodes, transaction, context, selfDebugID // 0 in production and for roots - ) { + instantiateChildren: function (nestedChildNodes, transaction, context, selfDebugID) // 0 in production and for roots + { if (nestedChildNodes == null) { return null; } @@ -86,8 +86,8 @@ var ReactChildReconciler = { * @return {?object} A new set of child instances. * @internal */ - updateChildren: function (prevChildren, nextChildren, mountImages, removedNodes, transaction, hostParent, hostContainerInfo, context, selfDebugID // 0 in production and for roots - ) { + updateChildren: function (prevChildren, nextChildren, mountImages, removedNodes, transaction, hostParent, hostContainerInfo, context, selfDebugID) // 0 in production and for roots + { // We currently don't have a way to track moves here but if we use iterators // instead of for..in we can zip the iterators and check if an item has // moved. @@ -147,7 +147,6 @@ var ReactChildReconciler = { } } } - }; module.exports = ReactChildReconciler; \ No newline at end of file -- cgit v1.2.3