Просмотр исходного кода

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

Removes hoverIn/Out detection for shared video that shows/hides displ…
j8
yanas 9 лет назад
Родитель
Сommit
c4f4dcdb4f
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      modules/UI/shared_video/SharedVideo.js

+ 0
- 1
modules/UI/shared_video/SharedVideo.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить