OSDN Git Service

fix: view system2
[pettanr/pettanr.git] / app / assets / javascripts / controllers / license_groups.js.coffee
index 9591900..a34b2a6 100644 (file)
@@ -17,8 +17,7 @@ class Pettanr.LicenseGroupsController extends Pettanr.AppController
   \r
   show_html: () -> \r
     @trigger('title', @params, @item.get('caption'))\r
-    show = new Pettanr.Views.LicenseGroup.Show({\r
-      item: @item,\r
+    show = new Pettanr.Views.LicenseGroup.Show(@item, {\r
     })\r
     show.render()\r
     @trigger('ready', show)\r