OSDN Git Service

fix:
[pettanr/pettanr.git] / app / assets / javascripts / editor / panel_editor.js.coffee
index d22fec9..0148b91 100644 (file)
@@ -11,7 +11,7 @@ class Editor.PanelEditor extends Pettanr.View
       spot: null\r
     })\r
     @dock = new Editor.PanelEditor.Dock({parent: this})\r
-    @credits = new Pettanr.View.Credits(parent: this)\r
+    @credits = new Pettanr.View.Credits(this, {icon: true})\r
     \r
     @body.on('panel:resize', @panel_resize)\r
     @listenTo(@dock, 'http_post', @http_post)\r