summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ShippingView.js
blob: d3a5d8df43c733c648da1dd095ad3d25d66ff021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
var ShippingView = View.extend({
  
  el: "#shipping",

  events: {
  },

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