belf

Results 2 issues of belf

Does TinyIoC support cross domain resolving? Let's say a parent's container in another AppDomain and contains remoting components that would be perfectly accessed in a current domain. Would they be...

``` javascript function a() { return new not_defined_yet(); } a(); ``` While running the script above the valid error raises (ReferenceError: not_defined_yet is not defined). There are two problems: 1)...

Change Request