From: Alan Knowles Date: Thu, 10 Apr 2014 01:14:58 +0000 (+0800) Subject: Roo/grid/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=27d16d140c5b32e9e747834f5c1a3b0fc7b8e437;p=roojs1 Roo/grid/Calendar.js --- diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 4bdbae2a19..8e3a5c6261 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -833,7 +833,6 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, { }, rec.data) , true); - cg.on('mouseenter' ,this.onEventEnter, this, ev); cg.on('mouseleave' ,this.onEventLeave, this, ev); cg.on('click', this.onEventClick, this, ev);