From: Edward Date: Thu, 25 Sep 2014 03:22:02 +0000 (+0800) Subject: Roo/bootstrap/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=5d04869f5dc92c6744bfc60fb3ea17a799c9e3bf;p=roojs1 Roo/bootstrap/Calendar.js --- diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 5bcc0a167d..738fc248dc 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -684,8 +684,11 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { renderEvents: function() { // first make sure there is enough space.. - 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 = []; });