class Pettanr.ScrollPanel extends Peta.Leaf url: '' @singular: () -> 'ScrollPanel' @plural: () -> 'ScrollPanels' defaults: { id: null, scroll_id: null, panel_id: null, t: null } scroll: () -> new Pettanr.Scroll({id: @get('scroll_id')}) panel: () -> new Pettanr.Panel({id: @get('panel_id')}) initialize: () -> if @id @url = @url + @id class Pettanr.ScrollPanel.Collection extends Backbone.Collection model: Pettanr.ScrollPanel url: '/scroll_panels'