From: Edward Date: Thu, 18 Oct 2018 05:19:44 +0000 (+0800) Subject: Roo/Element.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ee8247a76391c83415f2e615a3a1413f6df71c2d Roo/Element.js --- diff --git a/Roo/Element.js b/Roo/Element.js index 069e78d7fa..bfb68d48aa 100644 --- a/Roo/Element.js +++ b/Roo/Element.js @@ -2112,9 +2112,6 @@ if(opt.anim.isAnimated()){ if(!this._mask){ 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);