debug proxy
This commit is contained in:
Vendored
+1
-1
@@ -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();
|
||||||
|
|||||||
Vendored
+5
-5
@@ -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
@@ -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);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user