Roo/bootstrap/Modal.js
authoredward <edward@roojs.com>
Wed, 27 Apr 2016 03:32:15 +0000 (11:32 +0800)
committeredward <edward@roojs.com>
Wed, 27 Apr 2016 03:32:15 +0000 (11:32 +0800)
Roo/bootstrap/Modal.js

index a73c745..4af1aa1 100644 (file)
@@ -85,6 +85,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
                 cfg.cls += ' ' + this.cls;
             }
             if (this.style) {
+                Roo.log(this.style);
                 cfg.style = this.style;
             }
             this.el = Roo.get(document.body).createChild(cfg, position);