From b22f48b9593c2de9f07f32cf3e2c361b88138ddc Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 11:22:36 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 66763098a2..019c22c6dd 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -682,13 +682,8 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { }, renderEvents: function() - { - // first make sure there is enough space.. -// Roo.each(this.cells.elements, function(c){ -// Roo.log(c); -// }); + { this.cells.each(function(c) { - Roo.log(c); c.row = 0; c.more = []; }); -- 2.39.2