From aa23fc23b5a8cf43d115bcf3953806e66dadf1c3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 7 Nov 2015 16:49:17 -0500 Subject: stub in account views.. --- StoneIsland/www/js/lib/account/ShippingView.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 StoneIsland/www/js/lib/account/ShippingView.js (limited to 'StoneIsland/www/js/lib/account/ShippingView.js') diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js new file mode 100644 index 00000000..5bf80cfb --- /dev/null +++ b/StoneIsland/www/js/lib/account/ShippingView.js @@ -0,0 +1,12 @@ +var ShippingView = View.extend({ + + el: "#shipping", + + events: { + }, + + initialize: function(){ + this.address = new AddressView () + }, + +}) \ No newline at end of file -- cgit v1.2.3-70-g09d2