Browse Source

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

Removes missing and unused method.
j8
Дамян Минков 8 years ago
parent
commit
cdca1a46ef
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      modules/UI/videolayout/ConnectionIndicator.js

+ 0
- 1
modules/UI/videolayout/ConnectionIndicator.js View File

@@ -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…
Cancel
Save