Loading template/app/view/GroupTree.js +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ Ext.define('Docs.view.GroupTree', { Ext.Array.each(this.data, function(group) { this.root.children.push({ text: group.title, expanded: this.expandRootChildren, children: Ext.Array.map(group.items, this.convert), iconCls: 'icon-pkg' }); Loading template/app/view/TreeContainer.js +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ Ext.define('Docs.view.TreeContainer', { { xtype: 'grouptree', id: 'guidetree', expandRootChildren: true, data: Docs.data.guides, convert: function(guide) { return { Loading Loading
template/app/view/GroupTree.js +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ Ext.define('Docs.view.GroupTree', { Ext.Array.each(this.data, function(group) { this.root.children.push({ text: group.title, expanded: this.expandRootChildren, children: Ext.Array.map(group.items, this.convert), iconCls: 'icon-pkg' }); Loading
template/app/view/TreeContainer.js +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ Ext.define('Docs.view.TreeContainer', { { xtype: 'grouptree', id: 'guidetree', expandRootChildren: true, data: Docs.data.guides, convert: function(guide) { return { Loading