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