diff options
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartShipping.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartShipping.js | 3 |
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 }) |
