summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/account/SettingsView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-09-03 19:29:08 +0200
committerJules Laplace <julescarbon@gmail.com>2019-09-03 19:29:08 +0200
commit4ed316ba420c5a07338f783c942dce800f14476f (patch)
treee962352207706b0101700b59880c8195f5680059 /StoneIsland/platforms/ios/www/js/lib/account/SettingsView.js
parent589c423f3d2d4d65347fbd074b71cc067541c477 (diff)
rebuild app
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/account/SettingsView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/account/SettingsView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/account/SettingsView.js b/StoneIsland/platforms/ios/www/js/lib/account/SettingsView.js
index 5586e0fd..196b7759 100755
--- a/StoneIsland/platforms/ios/www/js/lib/account/SettingsView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/account/SettingsView.js
@@ -12,7 +12,7 @@ var SettingsView = FormView.extend({
this.$msg = this.$(".msg")
this.$store = this.$("[name=store]")
this.$hub = this.$("[name=hub]")
- this.scroller = new IScroll('#settings', app.iscroll_options)
+ this.scroller = ScrollFactory('#settings', app.iscroll_options)
},
show: function(){