OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / models / sheet_panel.js.coffee
index bba64e3..d4c660e 100644 (file)
@@ -23,7 +23,8 @@ class Pettanr.SheetPanel extends Peta.Leaf
   panel: () ->\r
     new Pettanr.Cache.Retriever(Pettanr.Panel, @get('panel_id'))\r
   \r
-  initialize: () ->\r
+  initialize: (attr = {}, options = {}) ->\r
+    super(attr, options)\r
     if @id\r
       @url = @url + @id\r
   \r