aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/filesplugin.js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-05-10 20:23:44 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2020-05-10 20:23:44 +0200
commitb45dda4ac99023230321dd7d7f8f931ba6776be9 (patch)
treed21f0b3798fe67f22623a49d6542b37167585deb /apps/comments/src/filesplugin.js
parent7957b09f5be9460cd47dcef54e2ed2df43d9da87 (diff)
downloadnextcloud-server-b45dda4ac99023230321dd7d7f8f931ba6776be9.tar.gz
nextcloud-server-b45dda4ac99023230321dd7d7f8f931ba6776be9.zip
Fix some js linter warnings in comments
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/comments/src/filesplugin.js')
-rw-r--r--apps/comments/src/filesplugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/filesplugin.js b/apps/comments/src/filesplugin.js
index 1a3a2c5348b..2487b86b8be 100644
--- a/apps/comments/src/filesplugin.js
+++ b/apps/comments/src/filesplugin.js
@@ -11,7 +11,7 @@
(function() {
_.extend(OC.Files.Client, {
- PROPERTY_COMMENTS_UNREAD: '{' + OC.Files.Client.NS_OWNCLOUD + '}comments-unread',
+ PROPERTY_COMMENTS_UNREAD: '{' + OC.Files.Client.NS_OWNCLOUD + '}comments-unread',
})
OCA.Comments = _.extend({}, OCA.Comments)