Roo/Element.js
authorEdward <edward@roojs.com>
Mon, 22 Oct 2018 06:36:57 +0000 (14:36 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Oct 2018 06:36:57 +0000 (14:36 +0800)
Roo/Element.js

index 069e78d..a55c6da 100644 (file)
@@ -2113,8 +2113,6 @@ if(opt.anim.isAnimated()){
                 this._mask = Roo.DomHelper.append(this.dom, {cls:"roo-el-mask"}, true);
             }
             
-            this._mask.dom.className = msgCls ? "roo-el-mask " + msgCls : "roo-el-mask";
-            
             this.addClass("x-masked");
             this._mask.setDisplayed(true);