Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js13014 var segsByCol = [];
13017 segsByCol.push([]); field
13020 segsByCol[segs[i].col].push(segs[i]); field
13022 return segsByCol;
13026 TimeGrid.prototype.attachSegsByCol = function (segsByCol, containerEls) {
13031 segs = segsByCol[col];
13290 var segsByCol;
13292 segsByCol = this.timeGrid.groupSegsByCol(segs);
13294 this.updateFgSegCoords(segsByCol[col]);
13296 this.timeGrid.attachSegsByCol(segsByCol, containerEls);