genus-name component readonly
This commit is contained in:
parent
2bf7534ec4
commit
70ce128103
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ export default Ember.Component.extend({
|
|||
tagName: 'em',
|
||||
genus: function() {
|
||||
return this.get('globals.genus').capitalize();
|
||||
}.property(),
|
||||
}.property().readOnly(),
|
||||
});
|
||||
|
|
Reference in a new issue