summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartBilling.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 02:04:26 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 02:11:46 -0500
commitd7385f6e25ae41d8b3021c4e01727848ac5922bd (patch)
treee5895cf0f9361c20254c3cbc890794430889640e /StoneIsland/www/js/lib/cart/CartBilling.js
parent9cb9177accbbf6e4397cc71bc06dff0ccd47f441 (diff)
signup view
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartBilling.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartBilling.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartBilling.js b/StoneIsland/www/js/lib/cart/CartBilling.js
deleted file mode 100644
index ef9b8eff..00000000
--- a/StoneIsland/www/js/lib/cart/CartBilling.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var CartBilling = View.extend({
-
- el: "#cart_billing",
-
- events: {
- },
-
- initialize: function(){
- this.address = new AddressView ({ parent: this })
- },
-
-}) \ No newline at end of file