Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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