From bdf7ddb24a50252758a5ff73b88e39e3fdf48601 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Thu, 27 Aug 2015 13:27:17 +0300 Subject: [PATCH] Fix documenting of the 'Tab/onAnimateOutEnd' private property --- src/Tab.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Tab.js b/src/Tab.js index a1aad7d88f..727bcdb247 100644 --- a/src/Tab.js +++ b/src/Tab.js @@ -9,6 +9,10 @@ const Tab = React.createClass({ */ active: React.PropTypes.bool, animation: React.PropTypes.bool, + /** + * It is used by 'Tabs' - parent component + * @private + */ onAnimateOutEnd: React.PropTypes.func, disabled: React.PropTypes.bool, title: React.PropTypes.node