diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-10-14 15:56:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-10-14 15:56:59 +0200 |
| commit | 9285c7303d8bca4e8b443b002fcbf5cf32c6bafe (patch) | |
| tree | 7a96131925f2aa2aa928ce0be7086d3bb2ff7349 /StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js | |
| parent | d7b03a1e7fe2ee3d72b8e353f88750fe4dfa3ca7 (diff) | |
bump
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js | 2 |
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 }, |
