Initialise the invite dialog on user action

pull/1020/head
yanas 8 years ago
parent 6148b4b229
commit 338e1bac00
  1. 1
      modules/UI/invite/Invite.js

@ -15,7 +15,6 @@ class Invite {
constructor(conference) {
this.conference = conference;
this.createRoomLocker(conference);
this.initDialog();
this.registerListeners();
}

Loading…
Cancel
Save