Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 11:47:16 +0000 (19:47 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 11:47:16 +0000 (19:47 +0800)
Roo/calendar/View.js

index 2425dd5..44a4822 100644 (file)
@@ -729,7 +729,7 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
                 
                 var boxes = Math.ceil((rows[i].end.dateValue - rows[i].start.dateValue) / 86400000)  || 1;
 //                cg.setWidth(ebox.right - sbox.x -2);
-                Roo.log(boxes);
+//                Roo.log(boxes);
 
                 cg.setWidth(134 * boxes);
             }