From 20940d66b73e2a99d1b2907bc218990bbf3869bd Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 11:43:22 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index fb54846d6d..60b806f43a 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -440,7 +440,9 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { var format = this.format; var setCellClass = function(cal, cell){ - + cell.row = 0; + cell.events = []; + cell.more = []; //Roo.log('set Cell Class'); cell.title = ""; var t = d.getTime(); -- 2.39.2