Skip to content

Commit

Permalink
Fix jacked up initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Sep 25, 2013
1 parent 5e86392 commit a2e3880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AkavacheExplorer/ViewModels/AppBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public AppBootstrapper(IDependencyResolver kernel = null, IRoutingState router =

IDependencyResolver createStandardKernel()
{
var r = new ModernDependencyResolver();
var r = RxApp.MutableResolver;

r.RegisterConstant(this, typeof(IScreen));

Expand Down

0 comments on commit a2e3880

Please sign in to comment.