var ScrollableView = View.extend({ deferScrollToTop: function(){ setTimeout(this.scrollToTop.bind(this), 0) }, scrollToTop: function(){ this.scroller.refresh() app.collection.scroller.scrollTo(0, 0) }, })