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

Merge pull request #546 from damencho/shared-video-display-name

Removes hoverIn/Out detection for shared video that shows/hides displ…
j8
yanas 9 роки тому
джерело
коміт
c4f4dcdb4f
1 змінених файлів з 0 додано та 1 видалено
  1. 0
    1
      modules/UI/shared_video/SharedVideo.js

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

336
     this.videoSpanId = "sharedVideoContainer";
336
     this.videoSpanId = "sharedVideoContainer";
337
     this.container = this.createContainer(this.videoSpanId);
337
     this.container = this.createContainer(this.videoSpanId);
338
     this.container.onclick = this.videoClick.bind(this);
338
     this.container.onclick = this.videoClick.bind(this);
339
-    this.bindHoverHandler();
340
 
339
 
341
     SmallVideo.call(this, VideoLayout);
340
     SmallVideo.call(this, VideoLayout);
342
     this.isVideoMuted = true;
341
     this.isVideoMuted = true;

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