OSDN Git Service

operator move to cache
[pettanr/pettanr.git] / app / assets / javascripts / views / ground_pictures / show.js.coffee
index 37f688b..913c654 100644 (file)
@@ -10,13 +10,11 @@ class Pettanr.Views.GroundPicture.Show extends Backbone.View
   \r
   initialize: (options) ->\r
     @item = options.item\r
-    @operators = options.operators\r
     icon_url = Pettanr.url(@item.table_name(), 'show', {id: @item.get('id')})\r
     caption_url = icon_url\r
     prof_url = Pettanr.url(@item.table_name(), 'show', {id: @item.get('id'), format: 'prof'})\r
     @header = new Pettanr.Views.GroundPicture.ShowModule.Header({\r
       item: @item, \r
-      operators: @operators,\r
       caption: @item.get('caption'), \r
       icon_url: icon_url,\r
       caption_url: caption_url,\r
@@ -32,7 +30,6 @@ class Pettanr.Views.GroundPicture.Show extends Backbone.View
     @author = new Pettanr.Views.Show.HeaderAuthor({item: @panel})\r
     @body = new Pettanr.Views.Panel.Body({\r
       panel: @panel,\r
-      operators: @operators,\r
       spot: @item\r
     })\r
     @credits = new Pettanr.Views.Panel.ShowModule.Credits({\r