瀏覽代碼

Merge pull request #901 from jitsi/remove-missing-method

Removes missing and unused method.
j8
Дамян Минков 8 年之前
父節點
當前提交
cdca1a46ef
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      modules/UI/videolayout/ConnectionIndicator.js

+ 0
- 1
modules/UI/videolayout/ConnectionIndicator.js 查看文件

@@ -312,7 +312,6 @@ ConnectionIndicator.prototype.updateConnectionQuality =
312 312
     } else {
313 313
         if(this.connectionIndicatorContainer.style.display == "none") {
314 314
             this.connectionIndicatorContainer.style.display = "block";
315
-            this.videoContainer.updateIconPositions();
316 315
         }
317 316
     }
318 317
     this.bandwidth = object.bandwidth;

Loading…
取消
儲存