From 161f8fe6114b24edf576a3825a829240cab31209 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 13:31:41 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index ce6763fec9..a148f1d81a 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -380,12 +380,12 @@ panel.load({ } var t = ''; - + for (var k in this.title) { if (!this.title.hasOwnProperty(k)) { continue; } - + Roo.log(k); switch (true) { case (k.indexOf('xs') >= 0): t += '' + this.title[k] + ''; -- 2.39.2