瀏覽代碼

auto commit

dev8
jfinn 3 年之前
父節點
當前提交
e55a35d03d
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      react/features/large-video/components/styles.js

+ 3
- 3
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_vhooks){
11
-    window.glob_vhooks.style_sheet = StyleSheet
12
-    window.glob_vhooks.absoluteFillObject = StyleSheet.absoluteFillObject
10
+if (window.glob_vhook){
11
+    window.glob_vhook.style_sheet = StyleSheet
12
+    window.glob_vhook.absoluteFillObject = StyleSheet.absoluteFillObject
13
 
13
 
14
 } else {
14
 } else {
15
     window.style_sheet = StyleSheet
15
     window.style_sheet = StyleSheet

Loading…
取消
儲存