summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-10-24 16:24:16 +0200
committerJulius Härtl <jus@bitgrid.net>2018-10-24 16:24:16 +0200
commitd14434fa2e6061e2e8632d9f8957e46f715b8de1 (patch)
treee203bf8b46eb7cdca0d5fa589c378d1fffe6d28c /apps/comments/js
parent5d888984a0db8dfc04be8b398e75f04f6894fa32 (diff)
downloadnextcloud-server-d14434fa2e6061e2e8632d9f8957e46f715b8de1.tar.gz
nextcloud-server-d14434fa2e6061e2e8632d9f8957e46f715b8de1.zip
Adjust some jsdocs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/comments/js')
-rw-r--r--apps/comments/js/commentsmodifymenu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/comments/js/commentsmodifymenu.js b/apps/comments/js/commentsmodifymenu.js
index fd1e3d80bd0..2640dcf4201 100644
--- a/apps/comments/js/commentsmodifymenu.js
+++ b/apps/comments/js/commentsmodifymenu.js
@@ -15,6 +15,7 @@
* Construct a new CommentsModifyMenuinstance
* @constructs CommentsModifyMenu
* @memberof OC.Comments
+ * @private
*/
var CommentsModifyMenu = OC.Backbone.View.extend({
tagName: 'div',