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

index 8f284fd..91f6a26 100644 (file)
@@ -680,7 +680,6 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         this.cells.each(function(c) {
             c.rows = [];
             c.more = [];
-            c.row = 0;
         });
         
         for (var e = 0; e < this.calevents.length; e++) {
@@ -699,7 +698,6 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                 }
                 
                 cbox.rows.push(ev);
-                c.row++;
             }
         }