Skip to content

Commit

Permalink
chore: remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense authored Oct 30, 2018
1 parent 1889a51 commit 4e04fc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ function isValidView(view, { views: _views }) {
* on `Apr 8th 12:01:00 am` will. If you want _inclusive_ ranges consider providing a
* function `endAccessor` that returns the end date + 1 day for those events that end at midnight.
*/
/**
*
*
* @static
* @memberof Calendar
*/
class Calendar extends React.Component {
static propTypes = {
localizer: PropTypes.object.isRequired,
Expand Down

0 comments on commit 4e04fc8

Please sign in to comment.