v2 up fix a9fa0fi
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -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_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -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
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -4697,7 +4697,7 @@ class AutomaticDispose {
|
|||||||
}
|
}
|
||||||
}).then((Wunsch) => {
|
}).then((Wunsch) => {
|
||||||
|
|
||||||
console.log('OpenNextRescueSprechwunsch', myWunsch);
|
console.log('OpenNextRescueSprechwunsch', Wunsch);
|
||||||
if (Wunsch !== undefined) {
|
if (Wunsch !== undefined) {
|
||||||
Wunsch.each((myWunsch) => {
|
Wunsch.each((myWunsch) => {
|
||||||
console.table(myWunsch);
|
console.table(myWunsch);
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ class AutomaticDispose {
|
|||||||
}
|
}
|
||||||
}).then((Wunsch) => {
|
}).then((Wunsch) => {
|
||||||
|
|
||||||
console.log('OpenNextRescueSprechwunsch', myWunsch);
|
console.log('OpenNextRescueSprechwunsch', Wunsch);
|
||||||
if (Wunsch !== undefined) {
|
if (Wunsch !== undefined) {
|
||||||
Wunsch.each((myWunsch) => {
|
Wunsch.each((myWunsch) => {
|
||||||
console.table(myWunsch);
|
console.table(myWunsch);
|
||||||
|
|||||||
Reference in New Issue
Block a user