Skip to content

Commit

Permalink
Make router CP read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
tilde-engineering authored and tomdale committed Feb 18, 2015
1 parent 4f9fc2a commit c7ef441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default EmberObject.extend({

router: computed(function() {
return this.container.lookup('router:main');
}),
}).readOnly(),

/**
Instantiates and sets up the router, specifically overriding the default
Expand Down

0 comments on commit c7ef441

Please sign in to comment.