From 6ea384e0d7612c018c86a31b01315f8dc2e891e0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 8 Sep 2016 17:31:44 +0800 Subject: [PATCH] Roo/doc/Section.js --- Roo/doc/Section.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/doc/Section.js b/Roo/doc/Section.js index 5e8063e150..b8e4c873e3 100644 --- a/Roo/doc/Section.js +++ b/Roo/doc/Section.js @@ -36,14 +36,14 @@ Roo.extend(Roo.mailer.Section, Roo.bootstrap.Component, { html : this.stype.charAt(0).toUpperCase() + this.stype.slice(1) //ucfirst } ] - } + }; if (this.stype == 'parameter') { // db package uses variable list here... - it results in dd/dl but the layout is messed up.. cfg.cn.push({ tag: 'ul', cls: 'itemizedlist roo-params' - }) + }); } -- 2.39.2