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/ReactSimpleEmptyComponent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node_modules/react-dom/lib/ReactSimpleEmptyComponent.js') diff --git a/node_modules/react-dom/lib/ReactSimpleEmptyComponent.js b/node_modules/react-dom/lib/ReactSimpleEmptyComponent.js index d3c04efb8..74f293320 100644 --- a/node_modules/react-dom/lib/ReactSimpleEmptyComponent.js +++ b/node_modules/react-dom/lib/ReactSimpleEmptyComponent.js @@ -19,8 +19,8 @@ var ReactSimpleEmptyComponent = function (placeholderElement, instantiate) { this._renderedComponent = instantiate(placeholderElement); }; _assign(ReactSimpleEmptyComponent.prototype, { - mountComponent: function (transaction, hostParent, hostContainerInfo, context, parentDebugID // 0 in production and for roots - ) { + mountComponent: function (transaction, hostParent, hostContainerInfo, context, parentDebugID) // 0 in production and for roots + { return ReactReconciler.mountComponent(this._renderedComponent, transaction, hostParent, hostContainerInfo, context, parentDebugID); }, receiveComponent: function () {}, -- cgit v1.2.3