Home
last modified time | relevance | path

Searched refs:currentPeriod (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js8511 return eventDef.buildInstances(eventManager.currentPeriod.unzonedRange);
8934 !this.currentPeriod ||
8935 !this.currentPeriod.isWithinRange(start, end) ||
8936 timezone !== this.currentPeriod.timezone) {
8937 this.setPeriod(// will change this.currentPeriod
8940 return this.currentPeriod.whenReleased();
8946 if (this.currentPeriod) {
8947 this.currentPeriod.requestSource(eventSource); // might release
8952 if (this.currentPeriod) {
8953 this.currentPeriod.purgeSource(doomedSource); // might release
[all …]