From 547bd130c4b6426ab9de038d0272e47e60ba1b80 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Fri, 14 Aug 2015 13:25:33 +0300 Subject: [PATCH] Explicitly set default values for boolean properties for the sake of clarity in documentation. --- src/Tab.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Tab.js b/src/Tab.js index 942c3bb725..a1aad7d88f 100644 --- a/src/Tab.js +++ b/src/Tab.js @@ -4,6 +4,9 @@ import TransitionEvents from './utils/TransitionEvents'; const Tab = React.createClass({ propTypes: { + /** + * @private + */ active: React.PropTypes.bool, animation: React.PropTypes.bool, onAnimateOutEnd: React.PropTypes.func,