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/ReactPriorityLevel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'node_modules/react-dom/lib/ReactPriorityLevel.js') diff --git a/node_modules/react-dom/lib/ReactPriorityLevel.js b/node_modules/react-dom/lib/ReactPriorityLevel.js index e84ba8920..fc524e65a 100644 --- a/node_modules/react-dom/lib/ReactPriorityLevel.js +++ b/node_modules/react-dom/lib/ReactPriorityLevel.js @@ -17,4 +17,5 @@ module.exports = { AnimationPriority: 2, // Needs to complete before the next frame. HighPriority: 3, // Interaction that needs to complete pretty soon to feel responsive. LowPriority: 4, // Data fetching, or result from updating stores. - OffscreenPriority: 5 }; \ No newline at end of file + OffscreenPriority: 5 // Won't be visible but do the work in case it becomes visible. +}; \ No newline at end of file -- cgit v1.2.3