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

index 28cc9eb..6018da2 100644 (file)
@@ -564,12 +564,11 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     },
     
     clearEvents: function() {
+        Roo.log('run');
         Roo.each(this.calevents, function(e) {
             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);
         },this);