diff --git a/dist/autoloader.js b/dist/autoloader.js index a92f467..144777f 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 01:44:45 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 01:48:43 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 9fec4c4..95100b6 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 01:44:45 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 01:48:43 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -17297,7 +17297,7 @@ class AutomaticDispose { self.adis_settings[setting.name] = setting.value; }); self.UIUpdateSettings(); - setTimeout(self.genSettings, 1000); + setTimeout(self.genSettings.bind(self), 1000); } ADSettings() { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index b225e74..5793952 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -177,7 +177,7 @@ class AutomaticDispose { self.adis_settings[setting.name] = setting.value; }); self.UIUpdateSettings(); - setTimeout(self.genSettings, 1000); + setTimeout(self.genSettings.bind(self), 1000); } ADSettings() {