Loading template/app/view/comments/List.js→template/app/view/comments/FullList.js +4 −3 Original line number Diff line number Diff line /** * Container for recent comments listing. * Container for listing of all the comments. * Sorted by date or votes. */ Ext.define('Docs.view.comments.List', { Ext.define('Docs.view.comments.FullList', { extend: 'Ext.panel.Panel', alias: "widget.commentsList", alias: "widget.commentsFullList", requires: ['Docs.Settings'], componentCls: 'comment-index-container', Loading template/app/view/comments/Index.js +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Ext.define('Docs.view.comments.Index', { alias: 'widget.commentindex', mixins: ['Docs.view.Scrolling'], requires: [ 'Docs.view.comments.List', 'Docs.view.comments.FullList', 'Docs.view.comments.HeaderMenu', 'Docs.view.comments.Users', 'Docs.view.comments.Targets' Loading @@ -19,7 +19,7 @@ Ext.define('Docs.view.comments.Index', { items: [ { region: "center", xtype: "commentsList" xtype: "commentsFullList" }, { region: "east", Loading Loading
template/app/view/comments/List.js→template/app/view/comments/FullList.js +4 −3 Original line number Diff line number Diff line /** * Container for recent comments listing. * Container for listing of all the comments. * Sorted by date or votes. */ Ext.define('Docs.view.comments.List', { Ext.define('Docs.view.comments.FullList', { extend: 'Ext.panel.Panel', alias: "widget.commentsList", alias: "widget.commentsFullList", requires: ['Docs.Settings'], componentCls: 'comment-index-container', Loading
template/app/view/comments/Index.js +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Ext.define('Docs.view.comments.Index', { alias: 'widget.commentindex', mixins: ['Docs.view.Scrolling'], requires: [ 'Docs.view.comments.List', 'Docs.view.comments.FullList', 'Docs.view.comments.HeaderMenu', 'Docs.view.comments.Users', 'Docs.view.comments.Targets' Loading @@ -19,7 +19,7 @@ Ext.define('Docs.view.comments.Index', { items: [ { region: "center", xtype: "commentsList" xtype: "commentsFullList" }, { region: "east", Loading