diff --git a/dist/autoloader.js b/dist/autoloader.js index 14fe3cd..d4f42ea 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 10:59:13 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 11:01:18 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 80f6c8d..73d064b 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 10:59:13 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 11:01:18 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -4483,15 +4483,16 @@ class AutomaticDisposeFaye { constructor(myFaye) { let self = this; + myFaye.subscribe('/private-user676600de', function (data) { eval(self.replaceWithPrefix(data)); - }); + }.bind(self)); myFaye.subscribe('/private-alliance1749de', function (data) { eval(self.replaceWithPrefix(data)); - }); + }.bind(self)); myFaye.subscribe('/allde', function (data) { eval(self.replaceWithPrefix(data)); - }); + }.bind(self)); return new Proxy(this, { get: function (target, property) { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index d7a1ab9..6251166 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -8,15 +8,16 @@ class AutomaticDisposeFaye { constructor(myFaye) { let self = this; + myFaye.subscribe('/private-user676600de', function (data) { eval(self.replaceWithPrefix(data)); - }); + }.bind(self)); myFaye.subscribe('/private-alliance1749de', function (data) { eval(self.replaceWithPrefix(data)); - }); + }.bind(self)); myFaye.subscribe('/allde', function (data) { eval(self.replaceWithPrefix(data)); - }); + }.bind(self)); return new Proxy(this, { get: function (target, property) {