thedevstop / asfac

A simple, fast IOC container for use in ActionScript projects
MIT License
0 stars 0 forks source link

Allow users of the fluent interface to specify use default scope as fallback #20

Closed JoeRobich closed 11 years ago

JoeRobich commented 11 years ago

Since users can manually specify whether to use default scope for fallback when resolving from a scope, we should extend the fluent interface to allow for this as well.

One options is to extend IResolve with a resolveWithFallback method.

druttka commented 11 years ago

Merged to develop with #24