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

index 64bf9af..eb4f077 100644 (file)
@@ -664,6 +664,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         
         Roo.each(this.cells.elements, function(c){
             c.row = 0;
+            c.events = [];
             c.more = [];
         });
         
@@ -685,6 +686,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     {  
         this.cells.each(function(c) {
             c.row = 0;
+            c.events = [];
             c.more = [];
         });