v2 up 9g0a903292kjl<f

This commit is contained in:
2018-12-17 15:38:50 +01:00
parent 27f1319162
commit 178d847871
3 changed files with 38 additions and 34 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 15:37:27 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 15:38:49 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:Mon Dec 17 2018 15:37:27 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 15:38:49 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18517,6 +18517,7 @@ class AutomaticDispose {
CollectMissions() {
const self = this;
self.ADisDB.transaction('rw', [self.ADisDB.ADisMissions, self.ADisDB.ADisAvailabelMissions], async () => {
self.ADSettings().then((setting) => {
return self.ADisDB.ADisMissions.toCollection()
}).then((Missions) => {
@@ -18536,6 +18537,7 @@ class AutomaticDispose {
});
}
});
});
const MyOwnObserver = new MutationObserver((mutations) => {

View File

@@ -857,6 +857,7 @@ class AutomaticDispose {
CollectMissions() {
const self = this;
self.ADisDB.transaction('rw', [self.ADisDB.ADisMissions, self.ADisDB.ADisAvailabelMissions], async () => {
self.ADSettings().then((setting) => {
return self.ADisDB.ADisMissions.toCollection()
}).then((Missions) => {
@@ -876,6 +877,7 @@ class AutomaticDispose {
});
}
});
});
const MyOwnObserver = new MutationObserver((mutations) => {