Roo/bootstrap/Modal.js
authorAlan Knowles <alan@roojs.com>
Tue, 26 Apr 2016 03:42:17 +0000 (11:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Apr 2016 03:42:17 +0000 (11:42 +0800)
Roo/bootstrap/Modal.js

index 594c143..ac3c6b7 100644 (file)
@@ -254,7 +254,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         
         this.el.setStyle('display', 'block');
         
-        if(this.animate){  // element has 'fade'  - so stuff happens - not sure why the delay?
+        if(this.animate){  // element has 'fade'  - so stuff happens after .3s ?- not sure why the delay?
             var _this = this;
             (function(){
                 this.el.addClass('in');