Last used button added
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user