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.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js
new file mode 100644
index 00000000..5bf80cfb
--- /dev/null
+++ b/StoneIsland/www/js/lib/account/ShippingView.js
@@ -0,0 +1,12 @@
+var ShippingView = View.extend({
+
+ el: "#shipping",
+
+ events: {
+ },
+
+ initialize: function(){
+ this.address = new AddressView ()
+ },
+
+}) \ No newline at end of file