Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 02:42:56 +0000 (10:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 02:42:56 +0000 (10:42 +0800)
Roo/grid/Calendar.js

index e929765..43cb036 100644 (file)
@@ -866,7 +866,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
         
         
         this.cells.each(function(c) {
-            Roo.log(c.select('.fc-day-content div',true).first());
+            //Roo.log(c.select('.fc-day-content div',true).first());
             c.select('.fc-day-content div',true).first().setHeight(Math.max(34, (c.rows || 1) * 20));
         });