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