index.js 345 B

123456789101112
  1. /* eslint-disable
  2. no-undef,
  3. */
  4. // TODO: This file was created by bulk-decaffeinate.
  5. // Fix any style issues and re-enable lint.
  6. define([
  7. 'ide/chat/controllers/ChatButtonController',
  8. 'ide/chat/controllers/ChatController',
  9. 'ide/chat/controllers/ChatMessageController',
  10. 'directives/mathjax',
  11. 'filters/wrapLongWords'
  12. ], function() {})