diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-09-03 18:14:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-09-03 18:14:43 +0200 |
| commit | 0261ee59c47c4a940cd41b526bd891a97c02a6dd (patch) | |
| tree | f67ee85390c75801de2312b94a624b13326dbae9 /StoneIsland/www/js/lib/account/SettingsView.js | |
| parent | 6f2af841c17ff4ed28d40121114825a40e8cf6fa (diff) | |
ditching iscroll
Diffstat (limited to 'StoneIsland/www/js/lib/account/SettingsView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/account/SettingsView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/SettingsView.js b/StoneIsland/www/js/lib/account/SettingsView.js index 5586e0fd..196b7759 100755 --- a/StoneIsland/www/js/lib/account/SettingsView.js +++ b/StoneIsland/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(){ |
