code style, missing semicolon
This commit is contained in:
@@ -15,7 +15,7 @@ export default Ember.Component.extend({
|
||||
}.property('id'),
|
||||
|
||||
isValidRealName: function() {
|
||||
return Ember.isPresent(this.get('realName'))
|
||||
return Ember.isPresent(this.get('realName'));
|
||||
}.property('realName'),
|
||||
|
||||
isValidAddress: function() {
|
||||
|
||||
Reference in New Issue
Block a user