Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:39:54 +0000 (18:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:39:54 +0000 (18:39 +0800)
Roo/grid/Calendar.js

index 67c5168..9340af0 100644 (file)
@@ -754,7 +754,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
         // first make sure there is enough space..
         
         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));
         });