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

index b1053e0..9dc42fc 100644 (file)
@@ -62,6 +62,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
     
     
      // private
+    dialogEl: false,
     bodyEl:  false,
     footerEl:  false,
     titleEl:  false,
@@ -96,7 +97,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
             this.el.dom.setAttribute('tabIndex', this.tabIndex);
         }
         
-        this.dialgEl = this.el.select('.modal-dialog',true).first();
+        this.dialogEl = this.el.select('.modal-dialog',true).first();
         this.bodyEl = this.el.select('.modal-body',true).first();
         this.closeEl = this.el.select('.modal-header .close', true).first();
         this.footerEl = this.el.select('.modal-footer',true).first();