Roo/MessageBox.js
[roojs1] / 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 || ' ';
-            updateTextSize.defer(100);
+            this.updateTextSize.defer(100);
             return this;
         },