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

index b30f4ba..1a21ec4 100644 (file)
@@ -792,7 +792,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
                 el.un('mouseleave' ,this.onEventLeave, this);
                 el.remove();
             },this);
-            e.els = [];
+            ev.els = [];
         }
     },