From: Alan Knowles Date: Thu, 22 Dec 2011 05:12:13 +0000 (+0800) Subject: Roo/MessageBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=f2d2ed14e6b72d162129427db1b877244762e580 Roo/MessageBox.js --- diff --git a/Roo/MessageBox.js b/Roo/MessageBox.js index 08333efa53..f37f8ceccd 100644 --- a/Roo/MessageBox.js +++ b/Roo/MessageBox.js @@ -170,7 +170,7 @@ Roo.MessageBox = function(){ dlg.resizeTo(this.maxWidth, 100); // resize first so content is never clipped from previous shows } msgEl.innerHTML = text || ' '; - this.updateTextSize.defer(100); + this.updateTextSize.defer(100, this); return this; },