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