Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:19:38 +0000 (17:19 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 09:19:38 +0000 (17:19 +0800)
Roo/bootstrap/Calendar.js

index fc8f439..0925d89 100644 (file)
@@ -653,7 +653,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                 cg.setXY([sbox.x +2, sbox.y +(ev.row * 20)]);    
                 cg.setWidth(ebox.right - sbox.x -2);
                 
-                boxHeight += Roo.log(cg.getHeight());
+                boxHeight += cg.getHeight();
             }
             
             cells[0].select('.fc-day-content div',true).first().setHeight(Math.max(34, boxHeight));