Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1160 from AlexKVal/booleans25
Browse files Browse the repository at this point in the history
Explicitly set default values for boolean properties
  • Loading branch information
AlexKVal committed Aug 14, 2015
2 parents de60654 + 547bd13 commit 3eb5d66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3eb5d66

Please sign in to comment.