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

index a2f2734..384cfde 100644 (file)
@@ -843,9 +843,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
                 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);
-                
-                Roo.log()
-                
+                 
                 cg.setXY([sbox.x +2, sbox.y +(ev.row * 20)]);    
                 cg.setWidth(ebox.right - sbox.x -2);
             }