Roo/bootstrap/Body.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 08:59:35 +0000 (16:59 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 08:59:35 +0000 (16:59 +0800)
Roo/bootstrap/Body.js

index 299ba22..2a808e2 100644 (file)
@@ -28,7 +28,7 @@ Roo.bootstrap.Body = function(config){
     }
     if (config.do_render) {
        this.onRender(config.do_render, '');
-       this.addxtypeChildren(config.items);
+       this.xaddChildren(config.items);
     }
     
 };