diff --git a/dist/autoloader.js b/dist/autoloader.js index 721ef82..9c78d37 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -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_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 3081ef9..24c5d16 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -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); }; } }); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 3b85508..1492f88 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -178,10 +178,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); }; } });