From 6248406d6a4f0dad5dd72a8e9e4b47d74dd26f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Kahyao=C4=9Flu?= Date: Thu, 26 Mar 2015 21:08:32 +0200 Subject: [PATCH] remove unrelated doc line --- src/core/ReactCurrentOwner.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/ReactCurrentOwner.js b/src/core/ReactCurrentOwner.js index 2e2664c7dc..add5905611 100644 --- a/src/core/ReactCurrentOwner.js +++ b/src/core/ReactCurrentOwner.js @@ -16,8 +16,6 @@ * * The current owner is the component who should own any components that are * currently being constructed. - * - * The depth indicate how many composite components are above this render level. */ var ReactCurrentOwner = {