Roo/bootstrap/Card.js
authorAlan Knowles <alan@roojs.com>
Thu, 17 Sep 2020 05:42:40 +0000 (13:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Sep 2020 05:42:40 +0000 (13:42 +0800)
Roo/bootstrap/Card.js

index d14d9b6..28d04b8 100644 (file)
@@ -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