Refactoring strains

This commit is contained in:
Matthew Dillon 2015-07-08 14:44:24 -08:00
parent 5290e7efd7
commit 01a3075655
23 changed files with 275 additions and 223 deletions

View file

@ -5,6 +5,7 @@ export default Ember.Component.extend({
save: function() {
this.sendAction('save');
},
cancel: function() {
this.sendAction('cancel');
},