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

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

})