final touches for 1.4.10

This commit is contained in:
Adam Shaw
2011-01-01 23:46:27 -08:00
parent 84ed4065da
commit 3079c2f1c3
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ function AgendaView(element, calendar, viewName) {
var head, body, bodyContent, bodyTable, bg;
var colCnt;
var slotCnt=0; // spanning all the way across
var axisWidth, colWidth, slotHeight;
var axisWidth, colWidth, slotHeight; // TODO: what if slotHeight changes? (see issue 650)
var viewWidth, viewHeight;
var savedScrollTop;
var tm, firstDay;