Roo/MessageBox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Dec 2011 05:12:08 +0000 (13:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Dec 2011 05:12:08 +0000 (13:12 +0800)
Roo/MessageBox.js

index d2d86f1..08333ef 100644 (file)
@@ -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 || '&#160;';
-            updateTextSize.defer(100);
+            this.updateTextSize.defer(100);
             return this;
         },