Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 4 Sep 2014 07:06:20 +0000 (15:06 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Sep 2014 07:06:20 +0000 (15:06 +0800)
Roo/bootstrap/Calendar.js

index 846c295..4ed97d4 100644 (file)
@@ -710,7 +710,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                 
                 var cbox = this.cells.item(this.cells.indexOf(cells[i]));
                 
-                if(cells.length < 2 && cbox.row > 3){
+                if(cells.length < 2 && cbox.rows.length > 3){
                     cbox.more.push(ev);
                     continue;
                 }