OSDN Git Service

59ecc1a0f45c25facd15af031e5bd82092e613e5
[pettanr/pettanr.git] / app / assets / javascripts / views / sheet_panels / summary.js.coffee
1 class Pettanr.Views.SheetPanel.Summary extends Backbone.View\r
2   \r
3   initialize: (options) ->\r
4     super(options)\r
5   \r
6   render: () ->\r
7     this.$el.html('')\r
8     this.$el.append('-')\r
9     this\r
10   \r