Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 12:14:41 +0000 (20:14 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 12:14:41 +0000 (20:14 +0800)
Roo/calendar/View.js

index 555dbc3..1f29621 100644 (file)
@@ -715,7 +715,7 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
                 var cg = startCell.createChild(cfg);
                 
                 var firstEvent = cg.child('> .fc-event').first() || false;
-                
+                Roo.log(firstEvent);
                 if(firstEvent){
                     firstEvent.setStyle('margin-top', ev.row * 20 + 'px');
                 }