Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 01:14:58 +0000 (09:14 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 01:14:58 +0000 (09:14 +0800)
Roo/grid/Calendar.js

index 4bdbae2..8e3a5c6 100644 (file)
@@ -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);