OSDN Git Service

47cfaff778f0a45372cef3cffa5a8832d8cfc4b0
[pettanr/pettanr.git] / app / assets / javascripts / views / licenses / show.js.coffee
1 class Pettanr.Views.License.Show extends Pettanr.View.Show\r
2   \r
3   initialize: (options) ->\r
4     @header = new Pettanr.View.Show.Header(@item, this, @binder_header_options())\r
5   \r
6   render: () ->\r
7     this.$el.html('')\r
8     this.$el.append(@header.render().el)\r
9     this\r
10   \r