Roo/doc/Section.js
authorAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 03:18:19 +0000 (11:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 03:18:19 +0000 (11:18 +0800)
Roo/doc/Section.js

index bd48565..4bc798e 100644 (file)
@@ -50,7 +50,7 @@ Roo.extend(Roo.doc.Section, Roo.bootstrap.Component,  {
                 cn : []
             };
             // might not have any..
-            var params = this.parent.items[0].items;
+            var params = this.parent().items[0].items;
             for (var i =0; i < params.length;i++) {
                 ul.cn.push( params[i].getAutoCreateParamSection() )
             }