added brands
This commit is contained in:
@@ -15,6 +15,9 @@ var ItemWithDetails = Backbone.Model.extend({
|
||||
var descriptionSuffix = this.get('unit').description_suffix;
|
||||
return (+pricePerUnit).toString() + " KM " + descriptionSuffix;
|
||||
}
|
||||
},
|
||||
defaults : {
|
||||
brand: {}
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user