Skip to content

Commit 3eb5d66

Browse files
committed
Merge pull request react-bootstrap#1160 from AlexKVal/booleans25
Explicitly set default values for boolean properties
2 parents de60654 + 547bd13 commit 3eb5d66

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Tab.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import TransitionEvents from './utils/TransitionEvents';
44

55
const Tab = React.createClass({
66
propTypes: {
7+
/**
8+
* @private
9+
*/
710
active: React.PropTypes.bool,
811
animation: React.PropTypes.bool,
912
onAnimateOutEnd: React.PropTypes.func,

0 commit comments

Comments
 (0)