debug AutomaticDisposeFaye

This commit is contained in:
2019-02-18 11:01:18 +01:00
parent b131af8f68
commit 5b69962137
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -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_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+5 -4
View File
@@ -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 * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -4483,15 +4483,16 @@
class AutomaticDisposeFaye { class AutomaticDisposeFaye {
constructor(myFaye) { constructor(myFaye) {
let self = this; let self = this;
myFaye.subscribe('/private-user676600de', function (data) { myFaye.subscribe('/private-user676600de', function (data) {
eval(self.replaceWithPrefix(data)); eval(self.replaceWithPrefix(data));
}); }.bind(self));
myFaye.subscribe('/private-alliance1749de', function (data) { myFaye.subscribe('/private-alliance1749de', function (data) {
eval(self.replaceWithPrefix(data)); eval(self.replaceWithPrefix(data));
}); }.bind(self));
myFaye.subscribe('/allde', function (data) { myFaye.subscribe('/allde', function (data) {
eval(self.replaceWithPrefix(data)); eval(self.replaceWithPrefix(data));
}); }.bind(self));
return new Proxy(this, { return new Proxy(this, {
get: function (target, property) { get: function (target, property) {
+4 -3
View File
@@ -8,15 +8,16 @@
class AutomaticDisposeFaye { class AutomaticDisposeFaye {
constructor(myFaye) { constructor(myFaye) {
let self = this; let self = this;
myFaye.subscribe('/private-user676600de', function (data) { myFaye.subscribe('/private-user676600de', function (data) {
eval(self.replaceWithPrefix(data)); eval(self.replaceWithPrefix(data));
}); }.bind(self));
myFaye.subscribe('/private-alliance1749de', function (data) { myFaye.subscribe('/private-alliance1749de', function (data) {
eval(self.replaceWithPrefix(data)); eval(self.replaceWithPrefix(data));
}); }.bind(self));
myFaye.subscribe('/allde', function (data) { myFaye.subscribe('/allde', function (data) {
eval(self.replaceWithPrefix(data)); eval(self.replaceWithPrefix(data));
}); }.bind(self));
return new Proxy(this, { return new Proxy(this, {
get: function (target, property) { get: function (target, property) {