From 9603d81188277c84e329a6d2d3e4bd0b20e3a8eb Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 12:32:39 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index b0ca683ac1..38974a213b 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -385,7 +385,7 @@ panel.load({ } if (k.match('-')) { - var s = this.title[k].split("-"); + var s = k.split("-"); Roo.log('size : '+s); } } -- 2.39.2