You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jc2.js 621B

1234567891011121314151617181920212223
  1. import Filmstrip from '../modules/UI/videolayout/Filmstrip';
  2. import * as fs from '../modules/UI/videolayout/Filmstrip';
  3. // import * as rf_filmstrip from '../../../react/features/filmstrip';
  4. import * as rf_filmstrip from '../react/features/filmstrip';
  5. import * as rf_hooks from './hooks/Hooks';
  6. // import * as rf_filmstrip from '../react/features/filmstrip';
  7. console.log("JC2!")
  8. window.glob_react = window.glob_react || {"i":"jc2"}
  9. // window.glob_react = {
  10. // Filmstrip,fs,rf_filmstrip,
  11. // }
  12. Object.assign(window.glob_react, {
  13. Filmstrip,fs,rf_filmstrip,
  14. })
  15. window.Filmstrip = Filmstrip
  16. window.rf_hooks = rf_hooks