diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-05-10 20:23:44 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-05-10 20:23:44 +0200 |
commit | b45dda4ac99023230321dd7d7f8f931ba6776be9 (patch) | |
tree | d21f0b3798fe67f22623a49d6542b37167585deb /apps/comments/src/filesplugin.js | |
parent | 7957b09f5be9460cd47dcef54e2ed2df43d9da87 (diff) | |
download | nextcloud-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.js | 2 |
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) |