v2 up fix a9fa0fi

This commit is contained in:
2018-11-28 21:09:31 +01:00
parent 0e31785d20
commit 7a13fd50f0
3 changed files with 4 additions and 4 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 21:08:48 GMT+0100 (CET)*/
/*Generated on:Wed Nov 28 2018 21:09:31 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();

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 21:08:48 GMT+0100 (CET)*/
/*Generated on:Wed Nov 28 2018 21:09:31 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -4697,7 +4697,7 @@ class AutomaticDispose {
}
}).then((Wunsch) => {
console.log('OpenNextRescueSprechwunsch', myWunsch);
console.log('OpenNextRescueSprechwunsch', Wunsch);
if (Wunsch !== undefined) {
Wunsch.each((myWunsch) => {
console.table(myWunsch);

View File

@@ -222,7 +222,7 @@ class AutomaticDispose {
}
}).then((Wunsch) => {
console.log('OpenNextRescueSprechwunsch', myWunsch);
console.log('OpenNextRescueSprechwunsch', Wunsch);
if (Wunsch !== undefined) {
Wunsch.each((myWunsch) => {
console.table(myWunsch);