Browse Source

auto acp scripted

master
jfinn 5 years ago
parent
commit
1729f4a5b0
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      react/features/filmstrip/actions.web.js

+ 2
- 1
react/features/filmstrip/actions.web.js View File

5
 
5
 
6
 // dev mod
6
 // dev mod
7
 import { getTileViewGridDimensions } from '../video-layout';
7
 import { getTileViewGridDimensions } from '../video-layout';
8
-window.glob_react.getTileViewGridDimensions = getTileViewGridDimensions
8
+clog("window.glob_react",window.glob_react)
9
+// window.glob_react.getTileViewGridDimensions = getTileViewGridDimensions
9
 // import { getCurrentLayout, getTileViewGridDimensions, shouldDisplayTileView, LAYOUTS } from '../video-layout';
10
 // import { getCurrentLayout, getTileViewGridDimensions, shouldDisplayTileView, LAYOUTS } from '../video-layout';
10
 
11
 
11
 /**
12
 /**

Loading…
Cancel
Save