3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
app.collections.Comments = Backbone.Collection.extend({
|
|
model: app.models.Comment
|
|
});
|