Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6769 var segFirst;
6775 segFirst = Math.max(rangeFirst, rowFirst);
6778 segFirst = Math.ceil(segFirst); // in-between starts round to next cell
6780 if (segFirst <= segLast) { // was there any intersection with the current row?
6784 firstRowDayIndex: segFirst - rowFirst,
6787 isStart: segFirst === rangeFirst,
6806 var segFirst;
6813 segFirst = Math.max(rangeFirst, i); property
6816 segFirst = Math.ceil(segFirst); // in-between starts round to next cell
6818 if (segFirst <= segLast) { // was there any intersection with the current row?
[all …]