Преглед изворни кода

ref(remote-video): remove redundant method

master
Leonard Kim пре 8 година
родитељ
комит
28b153facf
1 измењених фајлова са 1 додато и 14 уклоњено
  1. 1
    14
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 14
modules/UI/videolayout/RemoteVideo.js Прегледај датотеку

93
 
93
 
94
     this.initBrowserSpecificProperties();
94
     this.initBrowserSpecificProperties();
95
 
95
 
96
-    this.addRemoteVideoMenu();
96
+    this.updateRemoteVideoMenu();
97
 
97
 
98
     this.VideoLayout.resizeThumbnails(false, true);
98
     this.VideoLayout.resizeThumbnails(false, true);
99
 
99
 
335
     }
335
     }
336
 };
336
 };
337
 
337
 
338
-/**
339
- * Adds the remote video menu element for the given <tt>id</tt> in the
340
- * given <tt>parentElement</tt>.
341
- *
342
- */
343
-RemoteVideo.prototype.addRemoteVideoMenu = function() {
344
-    if (interfaceConfig.filmStripOnly) {
345
-        return;
346
-    }
347
-
348
-    this._generatePopupContent();
349
-};
350
-
351
 /**
338
 /**
352
  * Removes the remote stream element corresponding to the given stream and
339
  * Removes the remote stream element corresponding to the given stream and
353
  * parent container.
340
  * parent container.

Loading…
Откажи
Сачувај