From 2db10437375778e527005c861e82f5da5608dbb5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Sep 2020 13:42:40 +0800 Subject: [PATCH] Roo/bootstrap/Card.js --- Roo/bootstrap/Card.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 -- 2.39.2