diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/js/commentsmodifymenu.js | 1 |
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', |