v2 up handler variables
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sun Dec 02 2018 09:41:12 GMT+0100 (CET)*/
|
||||
/*Generated on:Sun Dec 02 2018 09:49:44 GMT+0100 (CET)*/
|
||||
var AutomaticDispose_Branch = "master";
|
||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||
var da_lss_adis_time = new Date().getTime();
|
||||
|
||||
Vendored
+13
-10
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sun Dec 02 2018 09:41:12 GMT+0100 (CET)*/
|
||||
/*Generated on:Sun Dec 02 2018 09:49:44 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -16956,6 +16956,16 @@ class AutomaticDispose {
|
||||
constructor() {
|
||||
let self = this;
|
||||
|
||||
self.MissionType = null
|
||||
self.MissionID= null
|
||||
self.MyRunner= null
|
||||
self.MyRunnerSettings= null
|
||||
|
||||
self._ADisVehiclesNeed = {}
|
||||
self.MissionConfig = {}
|
||||
self.Vehicles = {}
|
||||
self.Patients = {}
|
||||
|
||||
this.ADis_MyHead = document.getElementsByTagName('head')[0];
|
||||
this.ADis_MyBody = document.getElementsByTagName('body')[0];
|
||||
|
||||
@@ -18245,10 +18255,7 @@ class AutomaticDispose {
|
||||
// -
|
||||
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
|
||||
MissionType = null;
|
||||
MissionID = null;
|
||||
MyRunner = null;
|
||||
MyRunnerSettings = null;
|
||||
|
||||
StartMission() {
|
||||
const self = this;
|
||||
self.MissionType = null;
|
||||
@@ -18413,7 +18420,7 @@ class AutomaticDispose {
|
||||
}
|
||||
}
|
||||
|
||||
MissionConfig = {}
|
||||
|
||||
|
||||
GetMissionConfiguration(MissionType) {
|
||||
const self = this;
|
||||
@@ -18437,8 +18444,6 @@ class AutomaticDispose {
|
||||
|
||||
}
|
||||
|
||||
Vehicles = {}
|
||||
Patients = {}
|
||||
|
||||
StartAlarmProcess() {
|
||||
const self = this;
|
||||
@@ -19251,8 +19256,6 @@ class AutomaticDispose {
|
||||
return false;
|
||||
}
|
||||
|
||||
_ADisVehiclesNeed = {}
|
||||
|
||||
PrepareVehicleNeedList() {
|
||||
const self = this;
|
||||
for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) {
|
||||
|
||||
+12
-9
@@ -20,6 +20,16 @@ class AutomaticDispose {
|
||||
constructor() {
|
||||
let self = this;
|
||||
|
||||
self.MissionType = null
|
||||
self.MissionID= null
|
||||
self.MyRunner= null
|
||||
self.MyRunnerSettings= null
|
||||
|
||||
self._ADisVehiclesNeed = {}
|
||||
self.MissionConfig = {}
|
||||
self.Vehicles = {}
|
||||
self.Patients = {}
|
||||
|
||||
this.ADis_MyHead = document.getElementsByTagName('head')[0];
|
||||
this.ADis_MyBody = document.getElementsByTagName('body')[0];
|
||||
|
||||
@@ -1075,10 +1085,7 @@ class AutomaticDispose {
|
||||
// -
|
||||
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
|
||||
MissionType = null;
|
||||
MissionID = null;
|
||||
MyRunner = null;
|
||||
MyRunnerSettings = null;
|
||||
|
||||
StartMission() {
|
||||
const self = this;
|
||||
self.MissionType = null;
|
||||
@@ -1243,7 +1250,7 @@ class AutomaticDispose {
|
||||
}
|
||||
}
|
||||
|
||||
MissionConfig = {}
|
||||
|
||||
|
||||
GetMissionConfiguration(MissionType) {
|
||||
const self = this;
|
||||
@@ -1267,8 +1274,6 @@ class AutomaticDispose {
|
||||
|
||||
}
|
||||
|
||||
Vehicles = {}
|
||||
Patients = {}
|
||||
|
||||
StartAlarmProcess() {
|
||||
const self = this;
|
||||
@@ -2081,8 +2086,6 @@ class AutomaticDispose {
|
||||
return false;
|
||||
}
|
||||
|
||||
_ADisVehiclesNeed = {}
|
||||
|
||||
PrepareVehicleNeedList() {
|
||||
const self = this;
|
||||
for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) {
|
||||
|
||||
Reference in New Issue
Block a user