aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/comments.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/src/comments.js')
-rw-r--r--apps/comments/src/comments.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/comments/src/comments.js b/apps/comments/src/comments.js
new file mode 100644
index 00000000000..f0d4433674b
--- /dev/null
+++ b/apps/comments/src/comments.js
@@ -0,0 +1,18 @@
+import './app'
+import './templates'
+import './commentmodel'
+import './commentcollection'
+import './commentsummarymodel'
+import './commentstabview'
+import './commentsmodifymenu'
+import './filesplugin'
+import './activitytabviewplugin'
+import './search'
+
+import './vendor/Caret.js/dist/jquery.caret.min'
+import './vendor/At.js/dist/js/jquery.atwho.min'
+
+import './style/autocomplete.scss'
+import './style/comments.scss'
+
+window.OCA.Comments = OCA.Comments;