Browse Source

ref(LargeVideo): rename to LargeVideoManager

It is confusing when the name of the main class exported from the file
is not the same as the filename.
j8
paweldomas 8 years ago
parent
commit
e39648ce21

modules/UI/videolayout/LargeVideo.js → modules/UI/videolayout/LargeVideoManager.js View File


+ 1
- 1
modules/UI/videolayout/VideoLayout.js View File

@@ -8,7 +8,7 @@ import UIEvents from "../../../service/UI/UIEvents";
8 8
 import UIUtil from "../util/UIUtil";
9 9
 
10 10
 import RemoteVideo from "./RemoteVideo";
11
-import LargeVideoManager  from "./LargeVideo";
11
+import LargeVideoManager  from "./LargeVideoManager";
12 12
 import {VIDEO_CONTAINER_TYPE} from "./VideoContainer";
13 13
 import {SHARED_VIDEO_CONTAINER_TYPE} from '../shared_video/SharedVideo';
14 14
 import LocalVideo from "./LocalVideo";

Loading…
Cancel
Save