debug AutomaticDisposeFaye no myFaye

This commit is contained in:
2019-02-18 11:05:30 +01:00
parent ed2ec30400
commit 242afe6de2
3 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,9 @@
class AutomaticDisposeFaye {
constructor(myFaye) {
let self = this;
if (typeof myFaye === 'undefined') {
return
}
myFaye.subscribe('/private-user676600de', function (data) {
eval(self.replaceWithPrefix(data));