From 625176d14eea5ff60dd34c120b9d98ba9f5e8b5e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Oct 2016 11:00:30 +0800 Subject: [PATCH] roojs-doc.js roojs-doc-debug.js --- roojs-doc-debug.js | 2 +- roojs-doc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roojs-doc-debug.js b/roojs-doc-debug.js index 3ca44154d1..61b19159b2 100644 --- a/roojs-doc-debug.js +++ b/roojs-doc-debug.js @@ -632,7 +632,7 @@ Roo.extend(Roo.doc.NavCategory, Roo.bootstrap.Component, { }, getChildContainer : function() { - return this.el.select('roo-child-ctr',true).first(); + return this.el.select('.roo-child-ctr',true).first(); } diff --git a/roojs-doc.js b/roojs-doc.js index 0d7b910332..f6eec661cd 100644 --- a/roojs-doc.js +++ b/roojs-doc.js @@ -23,4 +23,4 @@ var B=(this.is_static?'':'$')+this.memberof+(this.is_static?'::':'->');var C={ta ,')']}}]}]};return C;},getChildContainer:function(A){return this.el.select('.roo-params',true).first();}}); // Roo/doc/NavCategory.js Roo.doc.NavCategory=function(A){Roo.doc.Para.superclass.constructor.call(this,A);};Roo.extend(Roo.doc.NavCategory,Roo.bootstrap.Component,{title:'',name:'',getAutoCreate:function(){var A={cn:[{tag:'a',cls:'roo-nav-category',href:'#'+this.name,html:this.title} -,{cls:'container roo-child-ctr'}]};return A;},getChildContainer:function(){return this.el.select('roo-child-ctr',true).first();}}); +,{cls:'container roo-child-ctr'}]};return A;},getChildContainer:function(){return this.el.select('.roo-child-ctr',true).first();}}); -- 2.39.2