Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

24 rindas
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. });