summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/view/Scrollable.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
committerJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
commitca3ae3a43bb47cb2b97b6878ea28d9eef0db25ca (patch)
tree25fa739cd34bd3f9eb47287bf39624011ae879d3 /StoneIsland/www/js/lib/view/Scrollable.js
parent33bb292fa3a37c1398559771e5a682d8d84c56d3 (diff)
scroll to field, archive fix, hide not available
Diffstat (limited to 'StoneIsland/www/js/lib/view/Scrollable.js')
-rwxr-xr-xStoneIsland/www/js/lib/view/Scrollable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/view/Scrollable.js b/StoneIsland/www/js/lib/view/Scrollable.js
index d06ed590..0baff845 100755
--- a/StoneIsland/www/js/lib/view/Scrollable.js
+++ b/StoneIsland/www/js/lib/view/Scrollable.js
@@ -21,7 +21,7 @@ var ScrollableView = View.extend({
scrollToTop: function(){
this.scroller.refresh()
- app.collection.scroller.scrollTo(0, 0)
+ this.scroller.scrollTo(0, 0)
},
}) \ No newline at end of file