v2 up doaf0

This commit is contained in:
2018-11-28 20:27:38 +01:00
parent 04747a0b1a
commit 48e6ca8d65
3 changed files with 6 additions and 6 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 20:26:55 GMT+0100 (CET)*/
/*Generated on:Wed Nov 28 2018 20:27:38 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 20:26:55 GMT+0100 (CET)*/
/*Generated on:Wed Nov 28 2018 20:27:38 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -6896,7 +6896,7 @@ class AutomaticDispose {
let that = this;
return new Promise((resolve, reject) =>{
res = {};
await that.ADisDB.ADisSettings.each((setting) => {
that.ADisDB.ADisSettings.each((setting) => {
res[setting.name] = setting.value;
});
resolve(res);

View File

@@ -138,7 +138,7 @@ class AutomaticDispose {
let that = this;
return new Promise((resolve, reject) =>{
res = {};
await that.ADisDB.ADisSettings.each((setting) => {
that.ADisDB.ADisSettings.each((setting) => {
res[setting.name] = setting.value;
});
resolve(res);