Parcourir la source

Removed unused variable

master
yanas il y a 9 ans
Parent
révision
562eba8d78
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      modules/recorder/Recorder.js

+ 0
- 1
modules/recorder/Recorder.js Voir le fichier

33
      * local participant is not the moderator
33
      * local participant is not the moderator
34
      */
34
      */
35
     constructor (conference, UI) {
35
     constructor (conference, UI) {
36
-        var self = this;
37
         this._conference = conference;
36
         this._conference = conference;
38
         this._UI = UI;
37
         this._UI = UI;
39
 
38
 

Chargement…
Annuler
Enregistrer