diff --git a/dist/autoloader.js b/dist/autoloader.js index b8c1cf8..e581f73 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 11:07:28 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 11:09:04 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(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index b394172..ab274eb 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 11:07:28 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 11:09:04 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -4519,7 +4519,7 @@ .replaceAll('missionInvolved', 'this.missionInvolved') .replaceAll('missionMarkerAdd', 'this.missionMarkerAdd') .replaceAll('patientDelete', 'this.patientDelete') - .replaceAll('patientMarkerAddCombined', 'this.patientMarkerAddCombined') + .replaceAll('patientMarkerAddCombined', 'this.patientMarkerCombinedAdd') .replaceAll('patientMarkerAdd', 'this.patientMarkerAdd') .replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd') .replaceAll('radioMessage', 'this.radioMessage') @@ -4556,7 +4556,7 @@ // 527339744 // console.log(id) } - patientMarkerAddCombined(data) { + patientMarkerCombinedAdd(data) { // ?? console.table(data) } diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 6d9cc7c..4fb4b48 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -44,7 +44,7 @@ .replaceAll('missionInvolved', 'this.missionInvolved') .replaceAll('missionMarkerAdd', 'this.missionMarkerAdd') .replaceAll('patientDelete', 'this.patientDelete') - .replaceAll('patientMarkerAddCombined', 'this.patientMarkerAddCombined') + .replaceAll('patientMarkerAddCombined', 'this.patientMarkerCombinedAdd') .replaceAll('patientMarkerAdd', 'this.patientMarkerAdd') .replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd') .replaceAll('radioMessage', 'this.radioMessage') @@ -81,7 +81,7 @@ // 527339744 // console.log(id) } - patientMarkerAddCombined(data) { + patientMarkerCombinedAdd(data) { // ?? console.table(data) }