Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 01:22:01 +0000 (09:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 01:22:01 +0000 (09:22 +0800)
Roo/grid/Calendar.js

index 22ef1ba..3c7c799 100644 (file)
@@ -776,6 +776,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
                 el.un('mouseleave' ,this.onEventLeave, this);
                 el.remove();
             },this);
+            e.els = [];
         },this);
         
     },