|
|
@@ -804,10 +804,11 @@ var VideoLayout = {
|
|
804
|
804
|
* @param forceUpdate indicates that hidden thumbnails will be shown
|
|
805
|
805
|
* @param completeFunction a function to be called when the video area is
|
|
806
|
806
|
* resized.
|
|
807
|
|
- */resizeVideoArea (isSideBarVisible,
|
|
808
|
|
- forceUpdate = false,
|
|
809
|
|
- animate = false,
|
|
810
|
|
- completeFunction = null) {
|
|
|
807
|
+ */
|
|
|
808
|
+ resizeVideoArea (isSideBarVisible,
|
|
|
809
|
+ forceUpdate = false,
|
|
|
810
|
+ animate = false,
|
|
|
811
|
+ completeFunction = null) {
|
|
811
|
812
|
|
|
812
|
813
|
if (largeVideo) {
|
|
813
|
814
|
largeVideo.updateContainerSize(isSideBarVisible);
|