debug proxy
This commit is contained in:
10
dist/autoloaderV2.js
vendored
10
dist/autoloaderV2.js
vendored
@@ -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
|
||||
* ===============================================
|
||||
@@ -17977,10 +17977,10 @@
|
||||
return target[property];
|
||||
}
|
||||
return function () {
|
||||
var args = [].slice.call(arguments, 0);
|
||||
return function (object, property, args) {
|
||||
console.log("noSuchMethod", object, property, args);
|
||||
}(object, property, args)
|
||||
var targs = [].slice.call(arguments, 0);
|
||||
return function noSuchMethod(object, props, args) {
|
||||
console.log("noSuchMethod", object, props, args);
|
||||
}(target, property, targs);
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user