OSDN Git Service

fix: view system2
[pettanr/pettanr.git] / app / assets / javascripts / controllers / comic_stories.js.coffee
index 5cc0c33..7052a6f 100644 (file)
@@ -32,8 +32,7 @@ class Pettanr.ComicStoriesController extends Pettanr.AppController
   \r
   show_html: () -> \r
     @trigger('title', @params)\r
-    show = new Pettanr.Views.ComicStory.Show({\r
-      item: @item,\r
+    show = new Pettanr.Views.ComicStory.Show(@item, {\r
     })\r
     show.render()\r
     @trigger('ready', show)\r