summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartShipping.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-21 15:57:50 -0500
committerJules Laplace <jules@okfoc.us>2015-11-21 15:57:50 -0500
commitc223032bbd67fe5b6ad1334ce81a3f51a7631bfc (patch)
tree9f832d23e348a3b92030ec7da6053d7eece24254 /StoneIsland/www/js/lib/cart/CartShipping.js
parent29380aa560c05186aa67b7b36d4a40c65e570d35 (diff)
cart empty warning
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartShipping.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartShipping.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartShipping.js b/StoneIsland/www/js/lib/cart/CartShipping.js
index 65e2cb65..c0c21b4d 100644
--- a/StoneIsland/www/js/lib/cart/CartShipping.js
+++ b/StoneIsland/www/js/lib/cart/CartShipping.js
@@ -5,7 +5,8 @@ var CartShipping = FormView.extend({
events: {
},
- initialize: function(){
+ initialize: function(opt){
+ this.parent = opt.parent
this.$form = this.$("form")
this.$msg = this.$(".msg")
this.address = new AddressView ({ parent: this })