debug AutomaticDisposeFaye
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user