Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1232 from AlexKVal/private-prop
Browse files Browse the repository at this point in the history
Fix documenting of the 'Tab/onAnimateOutEnd' private property
  • Loading branch information
taion committed Aug 27, 2015
2 parents 886054d + 01e91b6 commit 89c5d45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89c5d45

Please sign in to comment.