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 | |
| parent | d7b03a1e7fe2ee3d72b8e353f88750fe4dfa3ca7 (diff) | |
bump
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/cart')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/js/lib/cart/CartShipping.js | 2 | ||||
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/js/lib/cart/CartSummary.js | 2 |
2 files changed, 2 insertions, 2 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 }, diff --git a/StoneIsland/platforms/android/assets/www/js/lib/cart/CartSummary.js b/StoneIsland/platforms/android/assets/www/js/lib/cart/CartSummary.js index bf150791..51aa35ef 100755 --- a/StoneIsland/platforms/android/assets/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/platforms/android/assets/www/js/lib/cart/CartSummary.js @@ -15,7 +15,7 @@ var CartSummary = ScrollableView.extend({ this.$loader = this.$(".loader") this.$cart_body = this.$(".cart_body") this.$cart_empty = this.$(".cart_empty") - this.scroller = new IScroll('#cart_summary', app.iscroll_options) + this.scroller = ScrollFactory('#cart_summary', app.iscroll_options) this.$rows = this.$(".rows") this.$subtotal = this.$(".subtotal") |
