docs2/Roo.docs.template.js
authorAlan Knowles <alan@roojs.com>
Fri, 11 Jan 2019 08:14:44 +0000 (16:14 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 11 Jan 2019 08:14:44 +0000 (16:14 +0800)
docs2/Roo.docs.template.js

index 1e2e3b4..3b32339 100644 (file)
@@ -434,7 +434,7 @@ Roo.docs.template  = {
     summarize : function(desc)
     {
         if (typeof desc != "undefined") {
-           // finds the first fulls stop...
+           // finds the first fulls stop... (and we remove '<' html...)
             return desc.match(/([\w\W]+?[\.|:])[^a-z0-9]/i)?
                RegExp.$1.split('<')[0].replace("\n", " ") : desc.split("\n")[0];
         }