misago-thread-participants.js 221 B

12345678910111213141516
  1. MisagoThreadParticipants = function() {
  2. var _this = this;
  3. this.open = function(options) {
  4. console.log(options)
  5. }
  6. }
  7. $(function() {
  8. Misago.ParticipantsEditor = new MisagoThreadParticipants();
  9. });