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

Removes hoverIn/Out detection for shared video that shows/hides displ…
This commit is contained in:
yanas 2016-03-24 13:25:51 -05:00
commit c4f4dcdb4f
1 changed files with 0 additions and 1 deletions

View File

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