diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-07 16:49:17 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-07 17:00:35 -0500 |
| commit | aa23fc23b5a8cf43d115bcf3953806e66dadf1c3 (patch) | |
| tree | eecb7095fcbb4d1c01661bae95fdad6dab2460dd /StoneIsland/www/js/lib/account/ShippingView.js | |
| parent | ebf29872c4e9108776cd5022450a7d6274ed5d5f (diff) | |
stub in account views..
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ShippingView.js | 12 |
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 |
