From 7cbbf9b1feb0a5383d085fc9362e9dd0284c9b81 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 15:03:37 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index b03c5e6883..5805e280fc 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -382,9 +382,11 @@ panel.load({ var t = ''; for (var k in this.title) { + if (!this.title.hasOwnProperty(k)) { continue; } + switch (true) { case (k.indexOf('xs') >= 0): t += '' + this.title[k] + ''; -- 2.39.2