minor cleanup

This commit is contained in:
Matthew Dillon 2015-10-04 15:54:02 -07:00
parent 33ed70caaf
commit 5be2888223
4 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ export default Ember.Component.extend({
addCharacteristic: function() {
const c = this.store.createRecord('characteristic', {
sortOrder: -999
})
});
const m = this.store.createRecord('measurement', {
characteristic: c
});