completely rerender BasicView's table every time. mainly for dayRender

This commit is contained in:
Adam Shaw
2013-03-03 17:40:11 -08:00
parent 319a63e9dd
commit 86dfa81edf
3 changed files with 104 additions and 112 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function MonthView(element, calendar) {
t.end = end;
t.visStart = visStart;
t.visEnd = visEnd;
renderBasic(6, rowCnt, nwe ? 5 : 7, true);
renderBasic(rowCnt, nwe ? 5 : 7, true);
}