Skip to content

Commit

Permalink
readded the omitted rerenderEvents method
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 23, 2011
1 parent 325cb04 commit 3dd0572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Calendar.js
Expand Up @@ -11,6 +11,7 @@ function Calendar(element, options, eventSources) {
t.refetchEvents = refetchEvents;
t.reportEvents = reportEvents;
t.reportEventChange = reportEventChange;
t.rerenderEvents = rerenderEvents;
t.changeView = changeView;
t.select = select;
t.unselect = unselect;
Expand Down

0 comments on commit 3dd0572

Please sign in to comment.