OSDN Git Service

add show
[pettanr/pettanr.git] / app / assets / javascripts / views / artists / show.js.coffee
1 class Pettanr.Views.Artist.Show extends Backbone.View\r
2   tagName: 'div'\r
3   \r
4   initialize: (options) ->\r
5     @operators = options.operators\r
6   \r
7   render: () ->\r
8     this.$el.html('')\r
9     this\r
10   \r