OSDN Git Service

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