From 9e2675868c0934c5cef8b445c8a3818e497e3143 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 12:14:33 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index 4c0623dde2..45fd0eb96e 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -374,9 +374,10 @@ panel.load({ * @return {String} */ getTitle : function(){ - Roo.log('type offfff: '+typeof(this.title)); + if (typeof(this.title) != 'object') { + return this.title; + } - return this.title; }, /** -- 2.39.2