Changed docs2/Roo.docs.template.js
authorAlan Knowles <alan@roojs.com>
Fri, 11 Jan 2019 07:10:59 +0000 (15:10 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 11 Jan 2019 07:10:59 +0000 (15:10 +0800)
docs2/Roo.docs.template.js

index 88a1a83..9b37e91 100644 (file)
@@ -92,7 +92,7 @@ Roo.docs.template  = {
            }
            
                
-           if ($.isNamespace || (($.memberOf != data.name) && $.isStatic)){
+           if (($.memberOf != data.name) && $.isStatic){
                return true;
            }
            if ($.isStatic) {
@@ -115,7 +115,7 @@ Roo.docs.template  = {
                if (data.isSingleton) {
                    return true;
                }
-               if ($.isNamespace || (($.memberOf != data.name) && $.isStatic)){
+               if (($.memberOf != data.name) && $.isStatic){
                    return true;
                }
                if (!$.isStatic) {
@@ -125,9 +125,9 @@ Roo.docs.template  = {
                
                return true;
            }
-    );
-    return msorted;
-    
+       );
+       return ownMethods;
+       
     },