Roo/doc/Section.js
authorAlan Knowles <alan@roojs.com>
Thu, 8 Sep 2016 09:31:44 +0000 (17:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 8 Sep 2016 09:31:44 +0000 (17:31 +0800)
Roo/doc/Section.js

index 5e8063e..b8e4c87 100644 (file)
@@ -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'
-            })
+            });
         }