Roo/bootstrap/Component.js
authorAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 06:13:46 +0000 (14:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 06:13:46 +0000 (14:13 +0800)
Roo/bootstrap/Component.js

index 95d5b3d..4871499 100644 (file)
@@ -306,7 +306,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
                 // multiple copies here...
                 //Roo.log('render');
                 //Roo.log(this[cntr]());
-                cn.render(this[cntr](true));
+                cn.render && cn.render(this[cntr](true));
              }
             // then add the element..
         }