浏览代码

auto commit

dev8
jfinn 3 年前
父节点
当前提交
cc6a9aaf8e
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0
    8
      react/features/large-video/components/styles.js

+ 0
- 8
react/features/large-video/components/styles.js 查看文件

7
  */
7
  */
8
 export const AVATAR_SIZE = 200;
8
 export const AVATAR_SIZE = 200;
9
 
9
 
10
-if (window.glob_vhook){
11
-    window.glob_vhook.style_sheet = StyleSheet
12
-    window.glob_vhook.absoluteFillObject = StyleSheet.absoluteFillObject
13
-
14
-} else {
15
-    window.style_sheet = StyleSheet
16
-}
17
-
18
 /**
10
 /**
19
  * Color schemed styles for the @{LargeVideo} component.
11
  * Color schemed styles for the @{LargeVideo} component.
20
  */
12
  */

正在加载...
取消
保存