mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-29 17:05:04 +00:00
6 lines
191 B
CoffeeScript
6 lines
191 B
CoffeeScript
define ['marionette', 'text!/tpl/CommentItemView'],
|
|
(Marionette, Template) ->
|
|
class CommentItemView extends Marionette.ItemView
|
|
template: _.template(Template)
|
|
|
|
CommentItemView |