diff options
Diffstat (limited to 'apps/comments/js')
-rw-r--r-- | apps/comments/js/commentstabview.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js index 35e73d3f4a6..8ea4dbc2ff2 100644 --- a/apps/comments/js/commentstabview.js +++ b/apps/comments/js/commentstabview.js @@ -89,6 +89,10 @@ return t('comments', 'Comments'); }, + getIcon: function() { + return 'icon-comment'; + }, + setFileInfo: function(fileInfo) { if (fileInfo) { this.model = fileInfo; |