Loading template/app/view/comments/List.js +5 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,11 @@ Ext.define('Docs.view.comments.List', { * @param {Object[]} comments */ load: function(comments) { // hide the spinning loader when no comments. if (comments.length === 0) { this.emptyText = ""; } this.store.loadData(comments); }, Loading Loading
template/app/view/comments/List.js +5 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,11 @@ Ext.define('Docs.view.comments.List', { * @param {Object[]} comments */ load: function(comments) { // hide the spinning loader when no comments. if (comments.length === 0) { this.emptyText = ""; } this.store.loadData(comments); }, Loading