From: Edward Date: Wed, 17 Sep 2014 05:29:47 +0000 (+0800) Subject: Roo/bootstrap/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a1a6a541b39fbc84b2ecd3a64ded8aa10e069717;p=roojs1 Roo/bootstrap/Calendar.js --- diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 7cdb8d1474..91f6a2668e 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -310,7 +310,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { ] } this.maskEl = Roo.DomHelper.append(this.el.select('.fc-content', true).first(), mark, true); - Roo.log(this.maskEl); + var size = this.el.select('.fc-content', true).first().getSize(); this.maskEl.setSize(size.width, size.height); this.maskEl.enableDisplayMode("block");