OSDN Git Service

add: resource_picture_pictures
[pettanr/pettanr.git] / app / assets / javascripts / models / sheet_panel.js.coffee
index d5fcf9c..00d03fc 100644 (file)
@@ -23,7 +23,8 @@ class Pettanr.SheetPanel extends Peta.Leaf
   panel: () ->\r
     new Pettanr.Panel({id: @get('panel_id')})\r
   \r
-  initialize: () ->\r
+  initialize: (attr = {}, options = {}) ->\r
+    super(attr, options)\r
     if @id\r
       @url = @url + @id\r
   \r