summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartBilling.js
diff options
context:
space:
mode:
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