Browse Source

Initialise the invite dialog on user action

master
yanas 9 years ago
parent
commit
338e1bac00
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      modules/UI/invite/Invite.js

+ 0
- 1
modules/UI/invite/Invite.js View File

15
     constructor(conference) {
15
     constructor(conference) {
16
         this.conference = conference;
16
         this.conference = conference;
17
         this.createRoomLocker(conference);
17
         this.createRoomLocker(conference);
18
-        this.initDialog();
19
         this.registerListeners();
18
         this.registerListeners();
20
     }
19
     }
21
 
20
 

Loading…
Cancel
Save