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.
master
paweldomas 9 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
 import UIUtil from "../util/UIUtil";
8
 import UIUtil from "../util/UIUtil";
9
 
9
 
10
 import RemoteVideo from "./RemoteVideo";
10
 import RemoteVideo from "./RemoteVideo";
11
-import LargeVideoManager  from "./LargeVideo";
11
+import LargeVideoManager  from "./LargeVideoManager";
12
 import {VIDEO_CONTAINER_TYPE} from "./VideoContainer";
12
 import {VIDEO_CONTAINER_TYPE} from "./VideoContainer";
13
 import {SHARED_VIDEO_CONTAINER_TYPE} from '../shared_video/SharedVideo';
13
 import {SHARED_VIDEO_CONTAINER_TYPE} from '../shared_video/SharedVideo';
14
 import LocalVideo from "./LocalVideo";
14
 import LocalVideo from "./LocalVideo";

Loading…
Cancel
Save