aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/src/app.js')
-rw-r--r--apps/comments/src/app.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/comments/src/app.js b/apps/comments/src/app.js
deleted file mode 100644
index 626d7703a3e..00000000000
--- a/apps/comments/src/app.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (c) 2016 Vincent Petry <pvince81@owncloud.com>
- *
- * This file is licensed under the Affero General Public License version 3
- * or later.
- *
- * See the COPYING-README file.
- *
- */
-
-(function() {
- if (!OCA.Comments) {
- /**
- * @namespace
- */
- OCA.Comments = {}
- }
-
-})()