Searched refs:origHit (Results 1 – 1 of 1) sorted by relevance
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 1849 this.origHit = this.queryHit(point.left, point.top); 1854 if (this.origHit) { 1855 subjectRect = util_1.intersectRects(this.origHit, subjectRect) || 1863 this.origHit = null; 1902 var isOrig = isHitsEqual(hit, this.origHit); 1904 this.trigger('hitOver', this.hit, isOrig, this.origHit); 1923 this.origHit = null; 11829 hitOver: function (hit, isOrig, origHit) { argument 11831 var origHitFootprint = component.getSafeHitFootprint(origHit); 12085 hitOver: function (hit, isOrig, origHit) { argument [all …]
|