summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ShippingView.js
blob: 5bf80cfb68fecbaaa2c7139036cc4a3d54fa7417 (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 ()
  },
  
})