Built files from Bizgaze WebServer
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.

appgroup.js 625B

123456789101112131415161718
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let AppGroups;
  6. (function (AppGroups) {
  7. let Infos;
  8. (function (Infos) {
  9. class AppGroup {
  10. }
  11. Infos.AppGroup = AppGroup;
  12. class InstalledApp {
  13. }
  14. Infos.InstalledApp = InstalledApp;
  15. })(Infos = AppGroups.Infos || (AppGroups.Infos = {}));
  16. })(AppGroups = Platform.AppGroups || (Platform.AppGroups = {}));
  17. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  18. })(Unibase || (Unibase = {}));