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 551B

123456789101112131415161718192021
  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_filmstrip from '../react/features/filmstrip';
  6. console.log("JC2!")
  7. window.glob_react = window.glob_react || {"i":"jc2"}
  8. // window.glob_react = {
  9. // Filmstrip,fs,rf_filmstrip,
  10. // }
  11. Object.assign(window.glob_react, {
  12. Filmstrip,fs,rf_filmstrip,
  13. })
  14. window.Filmstrip = Filmstrip