Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / ux / statusbar / ValidationStatus.js
index 367c13a..1895dc3 100644 (file)
@@ -164,7 +164,7 @@ Ext.define('Ext.ux.statusbar.ValidationStatus', {
     // private
     getMsgEl : function(){
         if(!this.msgEl){
-            this.msgEl = Ext.core.DomHelper.append(Ext.getBody(), {
+            this.msgEl = Ext.DomHelper.append(Ext.getBody(), {
                 cls: this.errorListCls
             }, true);
             this.msgEl.hide();