From 9e1838b7ce108b70b9b7432109340294601df233 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 13 Dec 2011 13:56:24 +0800 Subject: [PATCH] Roo/BorderLayout.js --- Roo/BorderLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index 4ee80a73ab..a0744cf178 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -477,7 +477,7 @@ layout.addxtype({ // add children.. Roo.each(xitems, function(i) { - if (nb) { Roo.log( JSON.stringify(i)); } + if (nb) { Roo.log( i.region); } var add = ret.addxtype(i); if (nb !== false && !i.background && i.region) { -- 2.39.2