diff --git a/dist/autoloader.js b/dist/autoloader.js index 1781164..d515b87 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Nov 28 2018 20:35:45 GMT+0100 (CET)*/ +/*Generated on:Wed Nov 28 2018 20:36:46 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(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index a937a62..a678efc 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Nov 28 2018 20:35:45 GMT+0100 (CET)*/ +/*Generated on:Wed Nov 28 2018 20:36:46 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -4489,7 +4489,7 @@ class AutomaticDispose { constructor() { let that = this; - + this.ADis_MyHead = document.getElementsByTagName('head')[0]; this.ADis_MyBody = document.getElementsByTagName('body')[0]; @@ -4616,7 +4616,7 @@ class AutomaticDispose { ADSettings() { let that = this; return new Promise((resolve, reject) =>{ - res = {}; + let res = {}; that.ADisDB.ADisSettings.each((setting) => { res[setting.name] = setting.value; }); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 0fa05c8..804cc35 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -14,7 +14,7 @@ class AutomaticDispose { constructor() { let that = this; - + this.ADis_MyHead = document.getElementsByTagName('head')[0]; this.ADis_MyBody = document.getElementsByTagName('body')[0]; @@ -141,7 +141,7 @@ class AutomaticDispose { ADSettings() { let that = this; return new Promise((resolve, reject) =>{ - res = {}; + let res = {}; that.ADisDB.ADisSettings.each((setting) => { res[setting.name] = setting.value; });