From a42d1402f2cf1576263c7be4547f3b34529c5aac Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 14 Apr 2013 21:51:24 -0700 Subject: [PATCH] fix header classNames bug in basic views --- src/basic/BasicView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 += "" +