v2 update

This commit is contained in:
2018-11-28 20:17:06 +01:00
parent 4911a3b2c6
commit a87807e67e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 20:14:50 GMT+0100 (CET)*/
/*Generated on:Wed Nov 28 2018 20:17:05 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -6897,7 +6897,7 @@ class AutomaticDispose {
this.ADisDB.ADisSettings.each((setting) => {
res[setting.name] = setting.value;
});
return res;
return Promise.resolve(res);
}
get WindowName() {