Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 25 Sep 2014 03:22:02 +0000 (11:22 +0800)
committerEdward <edward@roojs.com>
Thu, 25 Sep 2014 03:22:02 +0000 (11:22 +0800)
Roo/bootstrap/Calendar.js

index 5bcc0a1..738fc24 100644 (file)
@@ -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 = [];
         });