From 976ec78d7a2cc4e761e8de12e4e2878c1321867b Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 6 Mar 2014 15:46:04 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 9ee93f385b..bd5a41405d 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -661,13 +661,13 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { }, onLoad: function () { - this.calevents = []; +// this.calevents = []; if(this.store.getCount() > 0){ this.store.data.each(function(d){ Roo.log(d); }); } - this.renderEvents(); +// this.renderEvents(); } }); -- 2.39.2