Roo/bootstrap/Modal.js
authorEdward <edward@roojs.com>
Fri, 27 Mar 2015 02:51:15 +0000 (10:51 +0800)
committerEdward <edward@roojs.com>
Fri, 27 Mar 2015 02:51:15 +0000 (10:51 +0800)
Roo/bootstrap/Modal.js

index e0778cd..8712ede 100644 (file)
@@ -257,7 +257,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         
         if(this.animate){
             var _this = this;
-            (function(){ _this.el.setStyle('display', 'none'); }).defer(150);
+            (function(){ _this.el.setStyle('display', 'none'); }).defer(10);
         }else{
             this.el.setStyle('display', 'none');
         }