You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug in Ext JS 4.0.7 compatibility logic in Controllable auto-Ex…
…t.require() enhancement.
Bitten by a JavaScript quirk: altering a function parameter also modifies `arguments`, so clone it to a true Array first.
Fixes#17
Enhanced IoC container to support classes defined as singletons using…
… the Sencha class system.
Modified Deft.ioc.DependencyProvider to properly resolve and detect error conditions when a class is specified that was defined as a singleton using the Sencha class system.
Added associated Jasmine tests for configuring and injecting classes defined as singletons using the Sencha class system.
Updated version history in README.md.
Fixes#11