OSDN Git Service

operator move to cache
[pettanr/pettanr.git] / app / assets / javascripts / views / authors / show.js.coffee
1 class Pettanr.Views.Author.Show extends Backbone.View\r
2   tagName: 'div'\r
3   \r
4   initialize: (options) ->\r
5   \r
6   render: () ->\r
7     this.$el.html('')\r
8     this\r
9   \r