Files
dss/static/js/app/models/comment/commentItem.coffee
2013-12-16 22:31:35 +00:00

6 lines
180 B
CoffeeScript
Executable File

define ['backbone', 'backbone-associations'],
(Backbone) ->
class CommentItem extends Backbone.Model
urlRoot: com.podnoms.settings.urlRoot + "comments"
CommentItem