debug proxy

This commit is contained in:
2019-02-18 10:29:37 +01:00
parent cc90b51a9b
commit 65d679c2f0
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Feb 18 2019 10:27:40 GMT+0100 (CET)*/ /*Generated on:Mon Feb 18 2019 10:29:37 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 -5
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Feb 18 2019 10:27:40 GMT+0100 (CET)*/ /*Generated on:Mon Feb 18 2019 10:29:37 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -17977,10 +17977,10 @@
return target[property]; return target[property];
} }
return function () { return function () {
var args = [].slice.call(arguments, 0); var targs = [].slice.call(arguments, 0);
return function (object, property, args) { return function noSuchMethod(object, props, args) {
console.log("noSuchMethod", object, property, args); console.log("noSuchMethod", object, props, args);
}(object, property, args) }(target, property, targs);
}; };
} }
}); });
+4 -4
View File
@@ -178,10 +178,10 @@
return target[property]; return target[property];
} }
return function () { return function () {
var args = [].slice.call(arguments, 0); var targs = [].slice.call(arguments, 0);
return function (object, property, args) { return function noSuchMethod(object, props, args) {
console.log("noSuchMethod", object, property, args); console.log("noSuchMethod", object, props, args);
}(object, property, args) }(target, property, targs);
}; };
} }
}); });