Explorar el Código

auto commit

dev8
jfinn hace 3 años
padre
commit
e55a35d03d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      react/features/large-video/components/styles.js

+ 3
- 3
react/features/large-video/components/styles.js Ver fichero

@@ -7,9 +7,9 @@ import { ColorSchemeRegistry, schemeColor } from '../../base/color-scheme';
7 7
  */
8 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 14
 } else {
15 15
     window.style_sheet = StyleSheet

Loading…
Cancelar
Guardar