summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/HubView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-05 18:31:48 -0500
committerJules Laplace <jules@okfoc.us>2015-11-05 18:31:48 -0500
commit229605c8d6dbae52ade11d52a2af76ebb404eab2 (patch)
treec5e4bda7e4ffcb916c04eb03d3f0e6626a90a689 /StoneIsland/www/js/lib/blogs/HubView.js
parent798fc4efb2da2ba0bc730bbb409993239edc0c63 (diff)
scroll stuff and load images for gallery
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
-rw-r--r--StoneIsland/www/js/lib/blogs/HubView.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js
index 62e8d10f..717fdd23 100644
--- a/StoneIsland/www/js/lib/blogs/HubView.js
+++ b/StoneIsland/www/js/lib/blogs/HubView.js
@@ -9,7 +9,7 @@ var HubView = View.extend({
initialize: function(){
this.$content = this.$(".content")
this.$loader = this.$(".loader")
- this.scroller = new IScroll('#hub', app.iscroll_options)
+ this.scroller = new IScroll('#hub', app.iscroll_optionsx)
},
show: function(){
@@ -33,5 +33,4 @@ var HubView = View.extend({
}.bind(this))
},
-
}) \ No newline at end of file