version 1.3.1
This commit is contained in:
parent
ef2713aed0
commit
1cb53661fd
15 changed files with 200 additions and 76 deletions
|
@ -11,6 +11,7 @@ views.month = function(element, options) {
|
|||
render: function(date, delta, fetchEvents) {
|
||||
if (delta) {
|
||||
addMonths(date, delta);
|
||||
date.setDate(1);
|
||||
}
|
||||
var start = this.start = cloneDate(date, true);
|
||||
start.setDate(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue