From 4ac799e1e073972b35c8a48b6b07a1c326eb787e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:16:30 +0800 Subject: [PATCH] examples/bootstrap/ComboBox.js --- examples/bootstrap/ComboBox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/ComboBox.js b/examples/bootstrap/ComboBox.js index 7cc6223ce5..c8b68727c1 100644 --- a/examples/bootstrap/ComboBox.js +++ b/examples/bootstrap/ComboBox.js @@ -3,10 +3,10 @@ Roo.example = Roo.example || {}; Roo.example.combobox = new Roo.XComponent({ - part : ["layout","viewpanel"], + part : ["example","combobox"], order : '001-viewpanel', region : '', - parent : '#bootstrap', + parent : false, name : "unnamed module", disabled : false, permname : '', -- 2.39.2