From bcea7e34f9e1e02a26725553dc6e802ccfabbd0e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Jun 2010 12:18:52 +0800 Subject: [PATCH] Roo/BorderLayout.js --- Roo/BorderLayout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index 436affc312..66ec769861 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -372,6 +372,8 @@ layout.addxtype({ { // basically accepts a pannel... // can accept a layout region..!?!? + console.log('BorderLayout add ' + cfg.xtype) + if (!cfg.xtype.match(/Panel$/)) { return false; } -- 2.39.2