From c742e5c969fddba0fbd2a7879209053aa4c4e4fb Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 11:22:18 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 738fc248dc..66763098a2 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -684,11 +684,11 @@ 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.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