Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js3196 var dateMutation;
3211dateMutation = EventDefDateMutation_1.default.createFromDiff(eventInstance.dateProfile, dateProfil…
3227 if (dateMutation) {
3228 defMutation.dateMutation = dateMutation;
3238 if (this.dateMutation) {
3240 …eventDef.dateProfile = this.dateMutation.buildNewDateProfile(origDateProfile, eventDef.source.cale…
3271 EventDefMutation.prototype.setDateMutation = function (dateMutation) {
3272 if (dateMutation && !dateMutation.isEmpty()) {
3273 this.dateMutation = dateMutation;
3276 this.dateMutation = null;
[all …]