From: Alan Knowles Date: Fri, 9 Sep 2016 06:24:32 +0000 (+0800) Subject: Roo/doc/Example.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=3e4df87566961056a5af8ab5774e7677803945f9;p=roojs1 Roo/doc/Example.js --- diff --git a/Roo/doc/Example.js b/Roo/doc/Example.js index ef1ea498aa..2414913e52 100644 --- a/Roo/doc/Example.js +++ b/Roo/doc/Example.js @@ -54,16 +54,13 @@ Roo.extend(Roo.doc.Example, Roo.bootstrap.Component, { { cls : 'panel-body', cn : { - { - tag: 'pre', - html : String.format('{0}',this.output).replace(/\n/g, '
') - } + tag: 'pre', + html : String.format('{0}',this.output).replace(/\n/g, '
') } } ] - - }) + }); }