Initialise the invite dialog on user action

This commit is contained in:
yanas 2016-10-14 15:38:19 -05:00
parent 6148b4b229
commit 338e1bac00
1 changed files with 0 additions and 1 deletions

View File

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