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

index 3a80261..32f0658 100644 (file)
@@ -569,6 +569,10 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             return;
         }
         
+        Roo.each(this.cells, function(c){
+            c.rows = 0;
+        });
+        
         Roo.each(this.calevents, function(e) {
             Roo.each(e.els, function(el) {
                 el.un('mouseenter' ,this.onEventEnter, this);