debug faye patientMarkerCombinedAdd

This commit is contained in:
2019-02-18 11:09:04 +01:00
parent acf0f856d8
commit f811a9c115
3 changed files with 6 additions and 6 deletions

View File

@@ -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)
}