OSDN Git Service

fix editor event
[pettanr/pettanr.git] / app / assets / javascripts / controllers / ground_pictures.js.coffee
index 41e10aa..f357d62 100644 (file)
@@ -15,7 +15,7 @@ class Pettanr.GroundPicturesController extends Pettanr.AppController
   show_html: () -> \r
     @redraw_title(@params)\r
     @item.fetch({cache: true}).done =>\r
-      @redraw_title(@params, @item.get('caption'))\r
+      @redraw_title(@params, @item.eget('caption'))\r
       view = new Pettanr.Views.GroundPicture.Show({\r
         el: "#pettanr",\r
         item: @item,\r