diff --git a/src/basic/BasicView.js b/src/basic/BasicView.js index 5513c22..2e9acc2 100644 --- a/src/basic/BasicView.js +++ b/src/basic/BasicView.js @@ -159,7 +159,8 @@ function BasicView(element, calendar, viewName) { } for (i=0; i"; + cellDate = _cellDate(0, i); // a little confusing. cellDate is local variable. _cellDate is private function + html += ""; } html += "" +