OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / views / ground_colors / summary.js.coffee
1 class Pettanr.Views.GroundColor.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