diaspora/public/javascripts/app/collections/comments.js
2012-01-07 14:23:25 -08:00

3 lines
88 B
JavaScript

app.collections.Comments = Backbone.Collection.extend({
model: app.models.Comment
});