Add missing semicolon

This commit is contained in:
Piotr Sarnacki 2016-01-14 11:28:25 +01:00
parent 34ca0cc386
commit 99b7ce4a9d

View File

@ -62,7 +62,7 @@ export default Ember.Component.extend({
}
this.set('isSaving', true);
if (this.isValid()) {
ssh_key = this.get('model')
ssh_key = this.get('model');
ssh_key.setProperties({
description: this.get('description'),
value: this.get('value')