OSDN Git Service

fix:
[pettanr/pettanr.git] / app / assets / javascripts / views / balloons / form.js.coffee
1 class Pettanr.Views.Balloon.Form extends Locmare.Form\r
2   \r
3   initialize: (options) ->\r
4     super(options)\r
5     @listenTo(@item, 'input:r', @input_r)\r
6     @item.hoge_templates()\r
7   \r
8   input_r: () ->\r
9     @item.select_system_picture()\r
10     @item.trigger('input:system_picture_id')\r
11   \r