summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/js')
-rw-r--r--apps/comments/js/commentstabview.js4
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;