Removes an unused variable.
This commit is contained in:
parent
fd404b8465
commit
cc20a4d776
|
@ -36,13 +36,9 @@ var VideoLayout = (function (my) {
|
|||
my.init = function (emitter) {
|
||||
eventEmitter = emitter;
|
||||
localVideoThumbnail = new LocalVideo(VideoLayout);
|
||||
if (interfaceConfig.filmStripOnly)
|
||||
{
|
||||
showLargeVideo = false;
|
||||
if (interfaceConfig.filmStripOnly) {
|
||||
LargeVideo.disable();
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
LargeVideo.init(VideoLayout, emitter);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue