docs/Roo.docs.template.js
authorAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 04:03:57 +0000 (12:03 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 04:03:57 +0000 (12:03 +0800)
docs/Roo.docs.template.js

index a95b07f..5c12907 100644 (file)
@@ -5,7 +5,7 @@ Roo.docs.template  = {
     summary : function (data)
     {
        
-       output+= this.resolveLinks(data.desc) ;
+       output = this.resolveLinks(data.desc) ;
        if (data.example.length) {
            output +'<pre class="code">'+data.example+'</pre>';
        }