Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 08:29:10 +0000 (16:29 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 08:29:10 +0000 (16:29 +0800)
Roo/bootstrap/Calendar.js

index a999efb..28cc9eb 100644 (file)
@@ -568,6 +568,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             Roo.each(e.els, function(el) {
                 el.un('mouseenter' ,this.onEventEnter, this);
                 el.un('mouseleave' ,this.onEventLeave, this);
+                Roo.log('el');
                 Roo.log(el);
                 el.remove();
             },this);