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

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