OSDN Git Service

fix: view system2
[pettanr/pettanr.git] / app / assets / javascripts / controllers / authors.js.coffee
index 1a961ed..d0a46cd 100644 (file)
@@ -17,8 +17,7 @@ class Pettanr.AuthorsController extends Pettanr.AppController
   \r
   show_html: () -> \r
     @trigger('title', @params, @item.get('name'))\r
-    show = new Pettanr.Views.Author.Show({\r
-      item: @item,\r
+    show = new Pettanr.Views.Author.Show(@item, {\r
     })\r
     show.render()\r
     @trigger('ready', show)\r