Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

15 righe
204 B

  1. define([
  2. 'js/system/events'
  3. ], function(
  4. events
  5. ) {
  6. return {
  7. type: 'social',
  8. customChannels: null,
  9. init: function() {
  10. events.emit('onGetCustomChatChannels', this.customChannels);
  11. }
  12. };
  13. });