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

index 8147eca..b30f4ba 100644 (file)
@@ -787,7 +787,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
     clearEvent : function(ev)
     {
         if (ev.els) {
-            Roo.each(e.els, function(el) {
+            Roo.each(ev.els, function(el) {
                 el.un('mouseenter' ,this.onEventEnter, this);
                 el.un('mouseleave' ,this.onEventLeave, this);
                 el.remove();