From: john Date: Fri, 28 Sep 2018 04:31:18 +0000 (+0800) Subject: Roo/bootstrap/Modal.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=00a5a16652972584a3ecc0baee2254095e1562ff Roo/bootstrap/Modal.js --- diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 4d422aa232..f9020a0dff 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -287,14 +287,6 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { var body_childs = this.bodyEl.dom.childNodes; var full_height = this.headerEl.getHeight() + this.footerEl.getHeight(); for(var i = 0; i < body_childs.length; i++) { - - // if(body_childs[i].classList.indexOf('roo-layout-region') * 1 != -1) { - // var layout_childs = body_childs[i].childNodes; - // for(var j = 0; j < layout_childs.length; j++) { - // - // } - // } - full_height += body_childs[i].offsetHeight; }