Skip to content

Commit

Permalink
Add missing onWeekClick link
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 13, 2018
1 parent 5d9feb0 commit fc3a83e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/pages/api/DayPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export default () => (
<a href="#onDayTouchStart">onDayTouchStart</a>,{' '}
<a href="#onFocus">onFocus</a>, <a href="#onKeyDown">onKeyDown</a>,{' '}
<a href="#onMonthChange">onMonthChange</a>,{' '}
<a href="#onTodayButtonClick">onTodayButtonClick</a>
<a href="#onTodayButtonClick">onTodayButtonClick</a>,{' '}
<a href="#onWeekClick">onWeekClick</a>
</p>

<h4>Public Methods</h4>
Expand Down

0 comments on commit fc3a83e

Please sign in to comment.