From 612561818f907f0f9988247c82ec158ba4494986 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 24 Nov 2015 20:57:41 -0500 Subject: build --- .../ios/www/js/lib/account/ShippingView.js | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js (limited to 'StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js') diff --git a/StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js b/StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js new file mode 100644 index 00000000..f5bf1661 --- /dev/null +++ b/StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js @@ -0,0 +1,24 @@ +var ShippingView = FormView.extend({ + + el: "#shipping", + + events: { + }, + + initialize: function(){ + this.$form = this.$("form") + this.$msg = this.$(".msg") + this.address = new AddressView ({ parent: this }) + this.scroller = new IScroll('#shipping', app.iscroll_options) + }, + + show: function(){ + if (! auth.logged_in()) { return app.router.go("intro") } + app.footer.show("SAVE", "CANCEL") + document.body.className = "shipping" + }, + + save: function(){ + }, + +}) \ No newline at end of file -- cgit v1.2.3-70-g09d2