Refactoring strains
This commit is contained in:
parent
5290e7efd7
commit
01a3075655
23 changed files with 275 additions and 223 deletions
|
@ -5,6 +5,7 @@ export default Ember.Component.extend({
|
|||
save: function() {
|
||||
this.sendAction('save');
|
||||
},
|
||||
|
||||
cancel: function() {
|
||||
this.sendAction('cancel');
|
||||
},
|
||||
|
|
Reference in a new issue