OSDN Git Service

fix:replace row break
[pettanr/pettanr.git] / app / assets / javascripts / pettanr / tg.js.coffee
1 class Tg extends Tag\r
2   \r
3   @rb: (options = null) ->\r
4     rb = new Tag.RowBreak(options).render().el\r
5   \r
6 @Tg = Tg\r