summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartShipping.js
blob: 32b25bb993f861ee8fbdc3a8550711abd1a173f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
var CartShipping = View.extend({
  
  el: "#cart_shipping",
  
  events: {
  },

  initialize: function(){
    this.address = new AddressView ()
  },

})