Skip to content

Commit

Permalink
Fix documenting of the 'Tab/onAnimateOutEnd' private property
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Aug 28, 2015
1 parent 656f40d commit bdf7ddb
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 bdf7ddb

Please sign in to comment.