summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartShipping.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 16:44:49 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 16:44:49 -0500
commit1688752c5f3230fd9986691c2f67d9c7cd0bc164 (patch)
tree22e7773514fe1b14274b5d5a16c29838ce1a224a /StoneIsland/www/js/lib/cart/CartShipping.js
parent336282e0dd2fa1c7f4cbcba1c92e272fac76c327 (diff)
scrollers
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartShipping.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartShipping.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartShipping.js b/StoneIsland/www/js/lib/cart/CartShipping.js
index b819ed0a..2c7bae4a 100644
--- a/StoneIsland/www/js/lib/cart/CartShipping.js
+++ b/StoneIsland/www/js/lib/cart/CartShipping.js
@@ -9,12 +9,14 @@ var CartShipping = View.extend({
this.$form = this.$("form")
this.$msg = this.$(".msg")
this.address = new AddressView ({ parent: this })
+ this.scroller = new IScroll('#cart_shipping', app.iscroll_options)
},
show: function(){
document.body.className = "cart"
app.cart.el.className = "shipping"
app.footer.show("PAYMENT &gt;", "CANCEL")
+ this.deferScrollToTop()
},
save: function(){