From: Edward Date: Thu, 6 Mar 2014 08:29:10 +0000 (+0800) Subject: Roo/bootstrap/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2866f6aea29e7897b97b47665bf615c17b10f3f8;p=roojs1 Roo/bootstrap/Calendar.js --- diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index a999efb256..28cc9ebfa5 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -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);