summaryrefslogtreecommitdiffstats
path: root/apps/comments/src/app.js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-15 13:50:12 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-26 09:10:23 +0100
commit41ef3d860cd1a565882cfd84dda72f2d9ad9cef2 (patch)
tree6b88427b1b64274a6d57bb7269f717d27cdbf1a9 /apps/comments/src/app.js
parentfc105d3bb006c94cc0d88864451252111ce33b16 (diff)
downloadnextcloud-server-41ef3d860cd1a565882cfd84dda72f2d9ad9cef2.tar.gz
nextcloud-server-41ef3d860cd1a565882cfd84dda72f2d9ad9cef2.zip
Move comments to webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/comments/src/app.js')
-rw-r--r--apps/comments/src/app.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/comments/src/app.js b/apps/comments/src/app.js
new file mode 100644
index 00000000000..547059393a5
--- /dev/null
+++ b/apps/comments/src/app.js
@@ -0,0 +1,20 @@
+/*
+ * 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 = {};
+ }
+
+})();
+