Переглянути джерело

Removes missing and unused method.

master
yanas 9 роки тому
джерело
коміт
4ca9349de7
1 змінених файлів з 0 додано та 1 видалено
  1. 0
    1
      modules/UI/videolayout/ConnectionIndicator.js

+ 0
- 1
modules/UI/videolayout/ConnectionIndicator.js Переглянути файл

312
     } else {
312
     } else {
313
         if(this.connectionIndicatorContainer.style.display == "none") {
313
         if(this.connectionIndicatorContainer.style.display == "none") {
314
             this.connectionIndicatorContainer.style.display = "block";
314
             this.connectionIndicatorContainer.style.display = "block";
315
-            this.videoContainer.updateIconPositions();
316
         }
315
         }
317
     }
316
     }
318
     this.bandwidth = object.bandwidth;
317
     this.bandwidth = object.bandwidth;

Завантаження…
Відмінити
Зберегти