var OrderList = ScrollableView.extend({ el: "#order_list", template: $("#order_list .template"), initialize: function(opt){ this.parent = opt.parent this.scroller = new IScroll('#order_list', app.iscroll_options) }, show: function(){ document.body.className = "orders" app.orders.el.className = "list" }, })