2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2022-08-17 22:49:51 +03:00
parent 3e83f42c60
commit 93aeaee315
3 changed files with 108 additions and 76 deletions

View File

@ -29,8 +29,6 @@ export default class ResourceProxy {
}
}
debugger;
var func = new Function("b", `//# sourceURL=${classUrl} \r\n ${code}});`);
var proxyType = func.call(type /* this */, type);