Built files from Bizgaze WebServer
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

activerule.js 532B

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