Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 08:51:15 +0000 (16:51 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 08:51:15 +0000 (16:51 +0800)
Roo/bootstrap/Calendar.js

index 7f1e5dd..072cc1b 100644 (file)
@@ -569,8 +569,8 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             return;
         }
         Roo.log(this.cells);
-        Roo.each(this.cells, function(c){
-            c.rows = 0;
+        Roo.each(this.cells.elements, function(c){
+            c.elrows = 0;
         });
         
         Roo.each(this.calevents, function(e) {