minor cleanup
This commit is contained in:
parent
33ed70caaf
commit
5be2888223
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
});
|
||||
|
|
Reference in a new issue