Searched refs:segsByCol (Results 1 – 1 of 1) sorted by relevance
13014 var segsByCol = [];13017 segsByCol.push([]); field13020 segsByCol[segs[i].col].push(segs[i]); field13022 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);