You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comments.js 454B

123456789101112131415161718
  1. import './app'
  2. import './templates'
  3. import './commentmodel'
  4. import './commentcollection'
  5. import './commentsummarymodel'
  6. import './commentstabview'
  7. import './commentsmodifymenu'
  8. import './filesplugin'
  9. import './activitytabviewplugin'
  10. import './search'
  11. import './vendor/Caret.js/dist/jquery.caret.min'
  12. import './vendor/At.js/dist/js/jquery.atwho.min'
  13. import './style/autocomplete.scss'
  14. import './style/comments.scss'
  15. window.OCA.Comments = OCA.Comments;