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