summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/auth')
-rwxr-xr-xStoneIsland/www/js/lib/auth/LoginView.js2
-rwxr-xr-xStoneIsland/www/js/lib/auth/SignupView.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/auth/LoginView.js b/StoneIsland/www/js/lib/auth/LoginView.js
index c3d839a5..7458d159 100755
--- a/StoneIsland/www/js/lib/auth/LoginView.js
+++ b/StoneIsland/www/js/lib/auth/LoginView.js
@@ -13,7 +13,7 @@ var LoginView = FormView.extend({
initialize: function(){
this.$form = this.$(".form")
this.$msg = this.$(".msg")
- this.scroller = new IScroll('#login', app.iscroll_options)
+ this.scroller = ScrollFactory('#login', app.iscroll_options)
},
show: function(){
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index ef7dd6aa..66d8f239 100755
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/www/js/lib/auth/SignupView.js
@@ -26,7 +26,7 @@ var SignupView = FormView.extend({
initialize: function(){
this.$form = this.$(".form")
this.$msg = this.$(".msg")
- this.scroller = new IScroll('#signup', app.iscroll_options)
+ this.scroller = ScrollFactory('#signup', app.iscroll_options)
},
show: function(){