浏览代码

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;

正在加载...
取消
保存