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

3 lines
88 B
JavaScript

App.Collections.Comments = Backbone.Collection.extend({
model: App.Models.Comment
});