OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / assets / javascripts / views / folders / summary.js.coffee
1 class Pettanr.Views.Folder.Summary extends Pettanr.View.Summary\r
2   \r
3   initialize: (options) ->\r
4     super(options)\r
5     @trigger('ready')\r
6   \r
7   render: () ->\r
8     super()\r
9     this.$el.html('')\r
10     this.$el.append('-')\r
11     this\r
12   \r