From 198396d7979521e92b4e9318eed815db5f11432a Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 11:29:43 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 64bf9af677..eb4f07710e 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -664,6 +664,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { Roo.each(this.cells.elements, function(c){ c.row = 0; + c.events = []; c.more = []; }); @@ -685,6 +686,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { { this.cells.each(function(c) { c.row = 0; + c.events = []; c.more = []; }); -- 2.39.2