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 Mar 3, 2015
1 parent 8e130e5 commit 91cda57
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 91cda57

Please sign in to comment.