From 07ffdea00d43c4520e6d55eb4de7692245fc61c9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:16:43 +0800 Subject: [PATCH] examples/bootstrap/ComboBox.js --- examples/bootstrap/ComboBox.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/bootstrap/ComboBox.js b/examples/bootstrap/ComboBox.js index c8b68727c1..78d551d398 100644 --- a/examples/bootstrap/ComboBox.js +++ b/examples/bootstrap/ComboBox.js @@ -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; -- 2.39.2