From ead9d27ebc580ce428c991cbbd3ad505865ffd63 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Nov 2015 17:46:54 -0500 Subject: case sensitive --- StoneIsland/www/js/lib/account/PaymentView.js | 23 +---------------------- StoneIsland/www/js/lib/account/SignupView.js | 2 +- 2 files changed, 2 insertions(+), 23 deletions(-) (limited to 'StoneIsland/www/js/lib/account') diff --git a/StoneIsland/www/js/lib/account/PaymentView.js b/StoneIsland/www/js/lib/account/PaymentView.js index e43dfc1c..95b63879 100644 --- a/StoneIsland/www/js/lib/account/PaymentView.js +++ b/StoneIsland/www/js/lib/account/PaymentView.js @@ -7,6 +7,7 @@ var PaymentView = View.extend({ initialize: function(){ this.address = new AddressView ({ parent: this }) + this.cc = new CreditCardView ({ parent: this }) }, show: function(){ @@ -14,25 +15,3 @@ var PaymentView = View.extend({ }, }) - -var AddressView = View.extend({ - - template: $("#address_template").html(), - - events: { - }, - - initialize: function(opt){ - this.parent = opt.parent - }, - - build: function(){ - }, - - deserialize: function(){ - }, - - serialize: function(){ - }, - -}) \ No newline at end of file diff --git a/StoneIsland/www/js/lib/account/SignupView.js b/StoneIsland/www/js/lib/account/SignupView.js index 14fb27a6..0f527d4f 100644 --- a/StoneIsland/www/js/lib/account/SignupView.js +++ b/StoneIsland/www/js/lib/account/SignupView.js @@ -1,4 +1,4 @@ -var SignupView = View.extend({ +var SignupView = SerializableView.extend({ el: "#signup", -- cgit v1.2.3-70-g09d2