Roo/bootstrap/Modal.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 07:37:06 +0000 (15:37 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 07:37:06 +0000 (15:37 +0800)
Roo/bootstrap/Modal.js

index 69396b7..a202732 100644 (file)
@@ -268,7 +268,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         //}
         
         Roo.get(document.body).addClass("x-body-masked");
-        this.maskEl.setSize(Roo.lib.Dom.getViewWidth(true), this.height ||  Roo.lib.Dom.getViewHeight(true));
+        this.maskEl.setSize(Roo.lib.Dom.getViewWidth(true),   Roo.lib.Dom.getViewHeight(true));
         this.maskEl.show();
         this.el.setStyle('zIndex', '10001');