debug faye patientMarkerCombinedAdd
This commit is contained in:
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user