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:
commit
c4f4dcdb4f
|
@ -336,7 +336,6 @@ function SharedVideoThumb (url)
|
||||||
this.videoSpanId = "sharedVideoContainer";
|
this.videoSpanId = "sharedVideoContainer";
|
||||||
this.container = this.createContainer(this.videoSpanId);
|
this.container = this.createContainer(this.videoSpanId);
|
||||||
this.container.onclick = this.videoClick.bind(this);
|
this.container.onclick = this.videoClick.bind(this);
|
||||||
this.bindHoverHandler();
|
|
||||||
|
|
||||||
SmallVideo.call(this, VideoLayout);
|
SmallVideo.call(this, VideoLayout);
|
||||||
this.isVideoMuted = true;
|
this.isVideoMuted = true;
|
||||||
|
|
Loading…
Reference in New Issue