Files
dss/static/js/app/models/comment/commentItem.coffee
2013-06-19 19:24:50 +01:00

6 lines
151 B
CoffeeScript
Executable File

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