Skip to content

Commit

Permalink
[fixed] add onNavigate to Calendar propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Feb 15, 2016
1 parent 31151a8 commit 93325fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ let propTypes = {
prop. This creates a range that cannot be rendered.`.replace(/\n\t/g, ''))
},

onNavigate: React.PropTypes.func,
culture: React.PropTypes.string,

footer: React.PropTypes.bool,

dayComponent: CustomPropTypes.elementType,
Expand Down Expand Up @@ -282,7 +282,7 @@ let Calendar = React.createClass({
if (+this.props.tabIndex > -1)
compat.findDOMNode(this).focus()
},

@widgetEditable
change(date){
if (this.state.view === this.props.initialView){
Expand Down

0 comments on commit 93325fa

Please sign in to comment.