genus-name component readonly

This commit is contained in:
Matthew Dillon 2015-06-12 11:24:45 -08:00
parent 2bf7534ec4
commit 70ce128103

View file

@ -4,5 +4,5 @@ export default Ember.Component.extend({
tagName: 'em',
genus: function() {
return this.get('globals.genus').capitalize();
}.property(),
}.property().readOnly(),
});