@@ -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;