summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ShippingView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
-rw-r--r--StoneIsland/www/js/lib/account/ShippingView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js
index 5bf80cfb..d3a5d8df 100644
--- a/StoneIsland/www/js/lib/account/ShippingView.js
+++ b/StoneIsland/www/js/lib/account/ShippingView.js
@@ -6,7 +6,7 @@ var ShippingView = View.extend({
},
initialize: function(){
- this.address = new AddressView ()
+ this.address = new AddressView ({ parent: this })
},
}) \ No newline at end of file