From: Alan Knowles Date: Thu, 17 Sep 2020 05:42:40 +0000 (+0800) Subject: Roo/bootstrap/Card.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=2db10437375778e527005c861e82f5da5608dbb5 Roo/bootstrap/Card.js --- diff --git a/Roo/bootstrap/Card.js b/Roo/bootstrap/Card.js index d14d9b6a89..28d04b86a7 100644 --- a/Roo/bootstrap/Card.js +++ b/Roo/bootstrap/Card.js @@ -220,15 +220,13 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component, { }, - getChildContainer : function() { + getChildContainer : function() + { if(!this.el){ return false; } - - - return this.el.select('.roo-card-body-ctr',true).first(); - - }, + return this.el.select('.roo-card-body-ctr',true).first(); + } } \ No newline at end of file