X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=ffc80b2da0b6a79eed1f2a7273dca57186aabff9;hb=27f6768989bcac190995313e1cfafc76ad261d17;hp=3362089579ebac0702fa9cb04cc4e5b90cb355b5;hpb=9515f17ba0634760b20164b57cab21476becc50a;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 3362089579..ffc80b2da0 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -342,8 +342,8 @@ Roo.factory(conf, Roo.data); if ((typeof(console) == 'undefined') || (typeof(console.log) == 'undefined')) { return; // alerT? } - console.log(s); + console.log(s); }, /** * Takes an object and converts it to an encoded URL. e.g. Roo.urlEncode({foo: 1, bar: 2}); would return "foo=1&bar=2". Optionally, property values can be arrays, instead of keys and the resulting string that's returned will contain a name/value pair for each array value. @@ -9125,6 +9125,7 @@ if(opt.anim.isAnimated()){ if(!this._mask){ this._mask = Roo.DomHelper.append(this.dom, {cls:"roo-el-mask"}, true); } + this.addClass("x-masked"); this._mask.setDisplayed(true);