From: Alan Knowles Date: Wed, 9 Apr 2014 10:39:54 +0000 (+0800) Subject: Roo/grid/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=dbf47360ce8f4b9889fb2f135a353b48326c93aa;p=roojs1 Roo/grid/Calendar.js --- diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 67c5168f80..9340af00b1 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -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)); });