瀏覽代碼

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 年之前
父節點
當前提交
e39648ce21
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. 0
    0
      modules/UI/videolayout/LargeVideoManager.js
  2. 1
    1
      modules/UI/videolayout/VideoLayout.js

modules/UI/videolayout/LargeVideo.js → modules/UI/videolayout/LargeVideoManager.js 查看文件


+ 1
- 1
modules/UI/videolayout/VideoLayout.js 查看文件

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…
取消
儲存