From 0f9664410b79d8a4864791986f6e3282f7c1342d Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 8 Feb 2017 13:58:19 +0800 Subject: [PATCH] code style, missing semicolon --- app/components/add-contributor/component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/add-contributor/component.js b/app/components/add-contributor/component.js index 96c644a..1df01dc 100644 --- a/app/components/add-contributor/component.js +++ b/app/components/add-contributor/component.js @@ -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() {