mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-07 17:34:21 +00:00
6 lines
151 B
CoffeeScript
6 lines
151 B
CoffeeScript
define ['backbone'],
|
|
(Backbone) ->
|
|
class CommentItem extends Backbone.Model
|
|
urlRoot:com.podnoms.settings.urlRoot + "comments/"
|
|
|
|
CommentItem |