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