diff options
Diffstat (limited to 'apps/comments/src/app.js')
-rw-r--r-- | apps/comments/src/app.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/comments/src/app.js b/apps/comments/src/app.js index 547059393a5..626d7703a3e 100644 --- a/apps/comments/src/app.js +++ b/apps/comments/src/app.js @@ -13,8 +13,7 @@ /** * @namespace */ - OCA.Comments = {}; + OCA.Comments = {} } -})(); - +})() |