From 1c88c154e202f3a4ff0e228657869c8034427be7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Dec 2018 16:47:52 +0800 Subject: [PATCH] examples/bootstrap/TabPanel-ComboBox.js --- examples/bootstrap/TabPanel-ComboBox.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/bootstrap/TabPanel-ComboBox.js b/examples/bootstrap/TabPanel-ComboBox.js index 51e9506667..56668fcb04 100644 --- a/examples/bootstrap/TabPanel-ComboBox.js +++ b/examples/bootstrap/TabPanel-ComboBox.js @@ -13,16 +13,10 @@ Roo.example.TabPanelCombobox = 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; - var baseURL = '/web.eventmanager/demo.local.php'; - + return { xtype: 'Body', xns: Roo.bootstrap, -- 2.39.2