Roo/doc/Example.js
authorAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 06:24:32 +0000 (14:24 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 06:24:32 +0000 (14:24 +0800)
Roo/doc/Example.js

index ef1ea49..2414913 100644 (file)
@@ -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, '<br/>')
-                            }
+                            tag: 'pre',
+                            html :  String.format('{0}',this.output).replace(/\n/g, '<br/>')
                         }
                     }
                 ]
                 
-                
-            })
+            });
         }