mirror of
https://github.com/fergalmoran/dss.git
synced 2026-04-01 18:35:02 +00:00
6 lines
180 B
CoffeeScript
Executable File
6 lines
180 B
CoffeeScript
Executable File
define ['backbone', 'backbone-associations'],
|
|
(Backbone) ->
|
|
class CommentItem extends Backbone.Model
|
|
urlRoot: com.podnoms.settings.urlRoot + "comments"
|
|
|
|
CommentItem |