class Pettanr.SheetPanel extends Peta.Leaf @singular: () -> 'SheetPanel' @plural: () -> 'SheetPanels' defaults: { id: null, x: 15, y: 15, sheet_id: null, panel_id: null, z: 1, t: null } initialize: (attr = {}, options = {}) -> super(attr, options)