Adam Shaw 8 anni fa
parent
commit
9eea9754f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/models/EventDateProfile.js

+ 1 - 1
src/models/EventDateProfile.js

@@ -21,7 +21,7 @@ var EventDateProfile = Class.extend({
 					this.end.clone() :
 					// derive the end from the start and allDay. compute allDay if necessary
 					calendar.getDefaultEventEnd(
-						this.isAllDay()
+						this.isAllDay(),
 						this.start
 					)
 			).stripZone().valueOf();