examples/bootstrap/ComboBox.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2018 08:16:43 +0000 (16:16 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2018 08:16:43 +0000 (16:16 +0800)
examples/bootstrap/ComboBox.js

index c8b6872..78d551d 100644 (file)
@@ -13,11 +13,6 @@ Roo.example.combobox = new Roo.XComponent({
     _tree : function()
     {
         
-        this.parent = {
-            el : new Roo.bootstrap.Body()
-        }
-        this.parent.el.layout = false;
-        this.parent.el.render(document.body);
         
         var _this = this;
         var MODULE = this;