OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / editor / panel_editor.js.coffee
index 4585512..ff26b0f 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.Views.Common.Credits(parent: this)\r
+    @credits = new Pettanr.View.Credits(parent: this)\r
     \r
     @body.on('panel:resize', @panel_resize)\r
     @listenTo(@dock, 'http_post', @http_post)\r