Roo/LoadMask.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 05:59:14 +0000 (13:59 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 05:59:14 +0000 (13:59 +0800)
Roo/LoadMask.js

index 06de225..8590c08 100644 (file)
@@ -105,7 +105,7 @@ Roo.LoadMask.prototype = {
     // private
     onBeforeLoad : function(){
         if(!this.disabled){
-            (function() { this.el.mask(this.msg, this.msgCls) }).defer(10, this);
+            this.el.mask(this.msg, this.msgCls).defer(100);
         }
     },