Skip to content

Commit

Permalink
Define type for eventKey property in SubNav.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Apr 10, 2015
1 parent 4baf8b5 commit 52cd9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SubNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const SubNav = React.createClass({
activeHref: React.PropTypes.string,
activeKey: React.PropTypes.any,
disabled: React.PropTypes.bool,
eventKey: React.PropTypes.any,
href: React.PropTypes.string,
title: React.PropTypes.string,
text: React.PropTypes.node,
Expand Down

0 comments on commit 52cd9db

Please sign in to comment.