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

userapp.js 481B

123456789101112131415
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Apps;
  6. (function (Apps) {
  7. let Infos;
  8. (function (Infos) {
  9. class UserApp {
  10. }
  11. Infos.UserApp = UserApp;
  12. })(Infos = Apps.Infos || (Apps.Infos = {}));
  13. })(Apps = Platform.Apps || (Platform.Apps = {}));
  14. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  15. })(Unibase || (Unibase = {}));