roojs-doc.js
[roojs1] / roojs-doc-debug.js
index 61b1915..1c6d268 100644 (file)
@@ -600,8 +600,9 @@ Roo.extend(Roo.doc.Synopsis, Roo.bootstrap.Component,  {
 
 Roo.doc.NavCategory = function(config){
     Roo.doc.Para.superclass.constructor.call(this, config);
+    Roo.doc.NavCategory.registry[this.name] = this;
 };
-
+Roo.doc.NavCategory.registry = {};
 Roo.extend(Roo.doc.NavCategory, Roo.bootstrap.Component,  {
     
     title : '',