Roo/bootstrap/Component.js
authorleon <leon@roojs.com>
Wed, 22 Mar 2023 05:45:31 +0000 (13:45 +0800)
committerleon <leon@roojs.com>
Wed, 22 Mar 2023 05:45:31 +0000 (13:45 +0800)
Roo/bootstrap/Component.js

index e25b7e4..b63d237 100644 (file)
@@ -176,7 +176,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         cn.parentType = this.xtype; //??
         cn.parentId = this.id;
 
-        Roo.log(cn);
+        Roo.log(cn.el);
         
         cntr = (typeof(cntr) == 'undefined' ) ? 'getChildContainer' : cntr;
         if (typeof(cn.container_method) == 'string') {