summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-10-14 15:56:59 +0200
committerJules Laplace <julescarbon@gmail.com>2019-10-14 15:56:59 +0200
commit9285c7303d8bca4e8b443b002fcbf5cf32c6bafe (patch)
tree7a96131925f2aa2aa928ce0be7086d3bb2ff7349 /StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js
parentd7b03a1e7fe2ee3d72b8e353f88750fe4dfa3ca7 (diff)
bump
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js b/StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js
index ef8f94b7..b5d6647b 100755
--- a/StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js
+++ b/StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js
@@ -21,7 +21,7 @@ var CartShipping = FormView.extend({
this.$address_form = this.$(".address")
this.$msg = this.$(".msg")
this.address = new AddressView ({ parent: this })
- this.scroller = new IScroll('#cart_shipping', app.iscroll_options)
+ this.scroller = ScrollFactory('#cart_shipping', app.iscroll_options)
this.address.disabled = true
},