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.
 
 
 

24 lines
293 B

  1. define([
  2. 'js/system/events',
  3. 'js/system/client',
  4. 'html!ui/templates/fame/template',
  5. 'css!ui/templates/fame/styles'
  6. ], function (
  7. events,
  8. client,
  9. template,
  10. styles
  11. ) {
  12. return {
  13. tpl: template,
  14. text: [],
  15. centeredX: true,
  16. modal: true,
  17. postRender: function () {
  18. }
  19. };
  20. });