Roo/doc/NavCategory.js
authorAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 02:59:06 +0000 (10:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 02:59:06 +0000 (10:59 +0800)
Roo/doc/NavCategory.js

index 273069e..80d6f6b 100644 (file)
@@ -57,7 +57,7 @@ Roo.extend(Roo.doc.NavCategory, Roo.bootstrap.Component,  {
     },
     getChildContainer : function()
     {
-        return this.el.select('roo-child-ctr').first();
+        return this.el.select('roo-child-ctr',true).first();
     }