Roo/doc/NavCategory.js
authorAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 03:00:24 +0000 (11:00 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 03:00:24 +0000 (11:00 +0800)
Roo/doc/NavCategory.js

index 80d6f6b..25b3180 100644 (file)
@@ -57,7 +57,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();
     }