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/PaymentView.js | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 StoneIsland/www/js/lib/account/PaymentView.js (limited to 'StoneIsland/www/js/lib/account/PaymentView.js') diff --git a/StoneIsland/www/js/lib/account/PaymentView.js b/StoneIsland/www/js/lib/account/PaymentView.js new file mode 100644 index 00000000..a8c68267 --- /dev/null +++ b/StoneIsland/www/js/lib/account/PaymentView.js @@ -0,0 +1,33 @@ +var PaymentView = View.extend({ + + el: "#payment", + + events: { + }, + + initialize: function(){ + this.address = new AddressView () + }, + +}) + +var AddressView = View.extend({ + + template: $("#address_template").html(), + + events: { + }, + + initialize: function(){ + }, + + build: function(){ + }, + + deserialize: function(){ + }, + + serialize: function(){ + }, + +}) \ No newline at end of file -- cgit v1.2.3-70-g09d2