Last used button added

This commit is contained in:
adam.harbas@a-net.ba
2016-01-08 10:21:33 +01:00
parent 05c8f6ce88
commit 7624a438b6
3 changed files with 25 additions and 14 deletions

View File

@@ -14,9 +14,9 @@ var DeliveryDestination = Backbone.Model.extend({
},
url: Globals.ApiUrl + '/cart/delivery_destination',
defaults: {
defaults: {
count: 0
}
});
module.exports = DeliveryDestination;
module.exports = DeliveryDestination;