Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:27:56 +0000 (17:27 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:27:56 +0000 (17:27 +0800)
Roo/bootstrap/Calendar.js

index f3489b0..6629266 100644 (file)
@@ -646,6 +646,9 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                 cg.on('mouseleave' ,this.onEventLeave, this);
                 
                 ev.els.push(cg);
+                Roo.log('start');
+                Roo.log(rows[i].start);
+                Roo.log(rows[i].end);
                 var sbox = rows[i].start.select('.fc-day-content',true).first().getBox();
                 var ebox = rows[i].end.select('.fc-day-content',true).first().getBox();
                 //Roo.log(cg);