debug AutomaticDisposeFaye no myFaye
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Feb 18 2019 11:03:27 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Feb 18 2019 11:05:29 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();
|
||||
|
||||
5
dist/autoloaderV2.js
vendored
5
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Feb 18 2019 11:03:27 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Feb 18 2019 11:05:29 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -4483,6 +4483,9 @@
|
||||
class AutomaticDisposeFaye {
|
||||
constructor(myFaye) {
|
||||
let self = this;
|
||||
if (typeof myFaye === 'undefined') {
|
||||
return
|
||||
}
|
||||
|
||||
myFaye.subscribe('/private-user676600de', function (data) {
|
||||
eval(self.replaceWithPrefix(data));
|
||||
|
||||
@@ -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